Transform

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

InvertedMatrix
mat4 InvertedMatrix()
Undocumented in source. Be warned that the author may not have intended to support it.
Matrix
mat4 Matrix()
Undocumented in source. Be warned that the author may not have intended to support it.
Matrix2
mat4 Matrix2()
Undocumented in source. Be warned that the author may not have intended to support it.
OnComponentAdd
void OnComponentAdd()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ComponentBase
Undocumented in source.

Properties

Position
vec3 Position [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Rotation
vec3 Rotation [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Scale
vec3 Scale [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

invertMatrix
mat4 invertMatrix;
Undocumented in source.
matrix
mat4 matrix;
Undocumented in source.
position
vec3 position;
Undocumented in source.
rotateMatrix
mat4 rotateMatrix;
Undocumented in source.
rotation
vec3 rotation;
Undocumented in source.
scale
vec3 scale;
Undocumented in source.
scaleMatrix
mat4 scaleMatrix;
Undocumented in source.
translateMatrix
mat4 translateMatrix;
Undocumented in source.
updateInvert
bool updateInvert;
Undocumented in source.
updatePos
bool updatePos;
Undocumented in source.
updateRot
bool updateRot;
Undocumented in source.
updateScale
bool updateScale;
Undocumented in source.

Mixed In Members

From mixin ComponentBase

_entity
e.Entity _entity;
Undocumented in source.
entity
e.Entity entity [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
transform
t.Transform transform [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta