getHandleSelectedAtIndex
Returns true if the handle of the control at index is selected.
Signatures
- GUIControls.TransformGizmo.getHandleSelectedAtIndex(idx)
Details
The function returns true if the control's handle at a given index is selected by a user. False otherwise.
Example
const selected = GUIControls.TransformGizmo.getHandleSelectedAtIndex();
Parameters
- idx
-
Index of the parameter value list. If the open parameter is a single value, the index is defaulted to 0.
Return value