Component:RotationGizmo
From Resonite Wiki
More actions
Component image 
Rotation Gizmo component as seen in the Scene Inspector

The RotationGizmo component is used by dev tools to allow rotation of slots.
See Dev tool.
Fields
| Name | Type | Description |
|---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
_xGizmo
|
AxisRotationGizmo | The rotation gizmo for the x axis. |
_yGizmo
|
AxisRotationGizmo | The rotation gizmo for the y axis. |
_zGizmo
|
AxisRotationGizmo | The rotation gizmo for the z axis. |
Usage
See Dev tool.
Examples
See Dev tool.