Transform.localToWorldMatrix

Switch to Manual
public Matrix4x4 localToWorldMatrix ;

Description

将点从本地空间转换到世界空间的矩阵(只读)。

如果您不熟悉使用矩阵进行坐标变换,请改为使用 Transform.TransformPoint。

重要信息:若要设置着色器参数,则必须改为使用 Renderer.localToWorldMatrix。