space (getter)

Sets the current value of the space flag of the control.

Signatures

  •   GUIControls.TransformGizmo.space

Details

The setter accessor that sets the current value of the space value of the control. If the flag is true, the gizmo is drawn in the world space. If the flag is false, the gizmo is drawn in the model space.

Example

 const space = GUIControls.TransformGizmo.space;
 

Return value