Transform

local_transform

Local transform of the entity.

Attributes

AttributeTypeDefaultDescription
positionvec3[ 0, 0, 0 ]x, y, z position of the entity.
orientationquaternion[ 0, 0, 0, 1 ]Orientation of the entity expressed as a quaternion.
scalevec3[ 1, 1, 1 ]x, y, z scale of the entity.
eulerOrientationvec3[ 0, 0, 0 ]Orientation of the entity expressed as euler angles.
globalEulerOrientationvec3[ 0, 0, 0 ]Last global orientation of the entity expressed as euler angles submitted by a user. This value may not be valid, and should be checked.