Version: 2018.2

TransformAccess

struct in UnityEngine.Jobs

Switch to Manual

Description

Position, rotation and scale of an object.

Variables

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.