Description 描述
Position, rotation and scale of an object.
Properties 属性
| localPosition | The position of the transform relative to the parent. | ||
| localRotation | The rotation of the transform relative to the parent transform's rotation. | ||
| localScale | The scale of the transform relative to the parent. | ||
| localToWorldMatrix | Matrix that transforms a point from local space into world space (Read Only). | ||
| position | The position of the transform in world space. | ||
| rotation | The rotation of the transform in world space stored as a Quaternion. | ||
| worldToLocalMatrix | Matrix that transforms a point from world space into local space (Read Only). |