setVisibleAll (setter)
Sets the visible state of the control for all points in the list.
Signatures
- GUIControls.TransformPoint.setVisibleAll(visible, doRedraw = true)
Details
The setter accessor that changes the visible state of the control for all points in the list. If doRedraw is true, the control is redrawn in the viewport.
Example
GUIControls.TransformPoint.setVisibleAll(true);
Parameters
- visible
-
A boolean flag to set the state of the point.
- doRedraw
-
A boolean flag to redraw the control in the viewport.