Returns the list of rotation components of the control.
Signatures
- GUIControls.TransformGizmo.rotation
rotation (getter)
Details
The getter accessor that returns the list of current rotation components of the control's transformation matrices.
Example
const rotation = GUIControls.TransformGizmo.rotation;
Return value
Matrix44[].