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