getVisibleAtIndex (getter)

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

Signatures

  •   GUIControls.TransformPoint.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.TransformPoint.getVisibleAtIndex(0);
 

Parameters

idx

An index of the point in the list. If the open parameter is a single value, the index is defaulted to 0. If the open parameter is a 2d array of values, the index is a row index.

idx2d

A column index of the point in the list. If the open parameter is a single value, the parameter shall be ignored.

Return value

A boolean value.