space (setter)

Sets the current value of the space 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 value is set to 'world, the gizmo is drawn in the world space. If the value is set to 'model', the gizmo is drawn in the model space.

Example

 const space = GUIControls.TransformGizmo.space;
 

space A union type 'model' | 'world';