オブジェクトの位置、回転、スケールを扱うクラス
isValid | Use this to determine whether this instance refers to a valid Transform. |
localPosition | The position of the transform relative to the parent. |
localRotation | 親の Transform オブジェクトから見た相対的な回転値 |
localScale | 親の Transform オブジェクトから見た相対的なスケール |
localToWorldMatrix | ローカル座標からワールド座標へ変換した行列(読み取り専用) |
position | ワールド空間の Transform の位置 |
rotation | The rotation of the transform in world space stored as a Quaternion. |
worldToLocalMatrix | ワールド座標からローカル座標へ変換した行列(読み取り専用) |
GetLocalPositionAndRotation | Gets the position and rotation of the transform in local space (that is, relative to its parent transform). |
GetPositionAndRotation | Gets the position and rotation of the transform in world space. |
SetLocalPositionAndRotation | Sets the position and rotation of the transform in local space (that is, relative to its parent transform). |
SetPositionAndRotation | Sets the world space position and rotation of the transform. |