TransformAccess

struct in UnityEngine.Jobs

매뉴얼로 전환

설명

Position, rotation and scale of an object.

변수

localPositionThe position of the transform relative to the parent.
localRotationThe rotation of the transform relative to the parent transform's rotation.
localScaleThe scale of the transform relative to the parent.
positionThe position of the transform in world space.
rotationThe rotation of the transform in world space stored as a Quaternion.