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