Transform2D

Undocumented in source.

Constructors

this
this(Transform2D parent)
Undocumented in source.
this
this(Vector2 scale, float rotation, Vector2 position)
Undocumented in source.
this
this()
Undocumented in source.

Members

Functions

Down
Vector2 Down()
Undocumented in source. Be warned that the author may not have intended to support it.
Left
Vector2 Left()
Undocumented in source. Be warned that the author may not have intended to support it.
LocalTransform
Transform2D LocalTransform()
Undocumented in source. Be warned that the author may not have intended to support it.
MatrixPosition
Matrix4x4 MatrixPosition()
Undocumented in source. Be warned that the author may not have intended to support it.
MatrixRotation
Matrix4x4 MatrixRotation()
Undocumented in source. Be warned that the author may not have intended to support it.
MatrixScale
Matrix4x4 MatrixScale()
Undocumented in source. Be warned that the author may not have intended to support it.
Position
Vector2 Position()
Undocumented in source. Be warned that the author may not have intended to support it.
Right
Vector2 Right()
Undocumented in source. Be warned that the author may not have intended to support it.
Rotate
void Rotate(float amount)
Undocumented in source. Be warned that the author may not have intended to support it.
Rotation
float Rotation()
Undocumented in source. Be warned that the author may not have intended to support it.
Scale
Vector2 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
Vector2 Up()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

LocalPosition
Vector2 LocalPosition;
Undocumented in source.
LocalRotation
float LocalRotation;
Undocumented in source.
LocalScale
Vector2 LocalScale;
Undocumented in source.
Parent
Transform2D Parent;
Undocumented in source.

Meta