Sets the parameter originDragModeActive of the control.

Signatures

  •   GUIControls.TransformGizmo.originDragModeActive

originDragModeActive (setter)

Details

The setter accessor that assigns the boolean value to the parameter originDragModeActive of the control. If the value is true, the control can be moved by dragging the center point in the arbitrary direction. If the value is false, the dragging cannot be performed by the center point but only by using translation component.

Example

 GUIControls.TransformGizmo.originDragModeActive = true;