Returns the number of gizmos in the current instance of the control.
Signatures
- GUIControls.TransformGizmo.numGizmos
numGizmos (getter)
Details
The getter accessor that returns the number of gizmos in the control. The TransformGizmo object can store a single gizmo or a list of gizmos.
Example
const numGizmos = GUIControls.TransformGizmo.numGizmos;
Return value