Transform

Undocumented in source.

Constructors

this
this(Transform parent)
Undocumented in source.
this
this(Vector3 scale, Quaternion rotation, Vector3 position)
Undocumented in source.
this
this()
Undocumented in source.

Members

Functions

Back
Vector3 Back()
Undocumented in source. Be warned that the author may not have intended to support it.
Down
Vector3 Down()
Undocumented in source. Be warned that the author may not have intended to support it.
Forward
Vector3 Forward()
Undocumented in source. Be warned that the author may not have intended to support it.
Left
Vector3 Left()
Undocumented in source. Be warned that the author may not have intended to support it.
LocalTransform
Transform LocalTransform()
Undocumented in source. Be warned that the author may not have intended to support it.
Position
Vector3 Position()
Undocumented in source. Be warned that the author may not have intended to support it.
Right
Vector3 Right()
Undocumented in source. Be warned that the author may not have intended to support it.
Rotation
Quaternion Rotation()
Undocumented in source. Be warned that the author may not have intended to support it.
Scale
Vector3 Scale()
Undocumented in source. Be warned that the author may not have intended to support it.
TRS
Matrix4x4 TRS()
Undocumented in source. Be warned that the author may not have intended to support it.
Up
Vector3 Up()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

LocalPosition
Vector3 LocalPosition;
Undocumented in source.
LocalRotation
Quaternion LocalRotation;
Undocumented in source.
LocalScale
Vector3 LocalScale;
Undocumented in source.
Parent
Transform Parent;
Undocumented in source.

Meta