Version: 2019.4

TransformAccess

struct in UnityEngine.Jobs

マニュアルに切り替える

説明

オブジェクトの位置、回転、スケールを扱うクラス

変数

localPositionThe position of the transform relative to the parent.
localRotation親の Transform オブジェクトから見た相対的な回転値
localScale親の Transform オブジェクトから見た相対的なスケール
localToWorldMatrixローカル座標からワールド座標へ変換した行列(読み取り専用)
positionワールド空間の Transform の位置
rotationThe rotation of the transform in world space stored as a Quaternion.
worldToLocalMatrixワールド座標からローカル座標へ変換した行列(読み取り専用)