Automated: create new component page |
add info |
||
| Line 3: | Line 3: | ||
|Name=Rotation Gizmo | |Name=Rotation Gizmo | ||
}} | }} | ||
The '''RotationGizmo''' component is used by dev tools to allow rotation of slots. | |||
== | See [[Dev tool]]. | ||
== Fields == | |||
{{Table ComponentFields | {{Table ComponentFields | ||
|_xGizmo|'''[[Component:AxisRotationGizmo|AxisRotationGizmo]]'''|TypeAdv0=true| | |_xGizmo|'''[[Component:AxisRotationGizmo|AxisRotationGizmo]]'''|TypeAdv0=true| The rotation gizmo for the x axis. | ||
|_yGizmo|'''[[Component:AxisRotationGizmo|AxisRotationGizmo]]'''|TypeAdv1=true| | |_yGizmo|'''[[Component:AxisRotationGizmo|AxisRotationGizmo]]'''|TypeAdv1=true| The rotation gizmo for the y axis. | ||
|_zGizmo|'''[[Component:AxisRotationGizmo|AxisRotationGizmo]]'''|TypeAdv2=true| | |_zGizmo|'''[[Component:AxisRotationGizmo|AxisRotationGizmo]]'''|TypeAdv2=true| The rotation gizmo for the z axis. | ||
}} | }} | ||
== | == Usage == | ||
See [[Dev tool]]. | |||
== Examples == | == Examples == | ||
See [[Dev tool]]. | |||
== See Also == | == See Also == | ||
* [[Dev tool]] | |||
[[Category:Components:Uncategorized{{#translation:}}|Rotation Gizmo]] | [[Category:Components:Uncategorized{{#translation:}}|Rotation Gizmo]] | ||
[[Category:Components{{#translation:}}|Rotation Gizmo]] | [[Category:Components{{#translation:}}|Rotation Gizmo]] | ||
Latest revision as of 03:28, 1 August 2025
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.