getVisibleAtIndex (getter)

Returns the visible state of the control at the given index.

Signatures

  •   GUIControls.TransformRay.getVisibleAtIndex(idx = 0)

Details

The getter accessor that returns the visible state of the control at the given index containing a boolean value.

Example

 const visible = GUIControls.TransformRay.getVisibleAtIndex();
 

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.