This version of Unity is unsupported.

TransformAccess

struct in UnityEngine.Jobs

/

Implemented in:UnityEngine.CoreModule

Description

Position, rotation and scale of an object.

Properties

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.