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