Returns the list of combined matrices of the control.
Signatures
- GUIControls.TransformGizmo.combinedMatrix
combinedMatrix (getter)
Details
The getter accessor that returns the list of current combined matrices (containing values represented in the world system of coordinates, see model to world coordinate transformation) of the control.
Example
const combinedMatrix = GUIControls.TransformGizmo.combinedMatrix;
Return value
Matrix44[].