getSelectedAtIndex (getter)
Returns the selected state of the control at the given index.
Signatures
- GUIControls.TransformRay.getSelectedAtIndex(idx = 0)
Details
The getter accessor that returns the selected state of the control at the given index containing a boolean value.
Example
const selected = GUIControls.TransformRay.getSelectedAtIndex();
Parameters
- idx
-
An index of the point in the list. If the open parameter is a single value, the index is defaulted to 0.
Return value
A boolean value.