getSelectedAtIndex

Returns true if the control at index is selected.

Signatures

  •   GUIControls.TransformGizmo.getSelectedAtIndex(idx)

Details

The function returns true if the control's origin at a given index is selected by a user. False otherwise.

Example

 const selected = GUIControls.TransformGizmo.getSelectedAtIndex();
 

Parameters

idx

Index of the parameter value list. If the open parameter is a single value, the index is defaulted to 0.

Return value