setSelectedAll (setter)

Sets the selected state of the control for all points in the list.

Signatures

  •   GUIControls.TransformPoint.setSelectedAll(selected, doRedraw = true)

Details

The setter accessor that changes the selected state of the control for all points in the list. If doRedraw is true, the control is redrawn in the viewport.

Example

 GUIControls.TransformPoint.setSelectedAll(true);
 

Parameters

selected

A boolean flag to set the state of the point.

doRedraw

A boolean flag to redraw the control in the viewport.