Automated: create new component page |
add info |
||
Line 3: | Line 3: | ||
|Name=Translation Gizmo | |Name=Translation Gizmo | ||
}} | }} | ||
Handles the translation of slots on the X, Y, Z directions or a combination thereof. | |||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|_xyzGizmo|'''[[Component:VolumeTranslationGizmo|VolumeTranslationGizmo]]'''|TypeAdv0=true| | |_xyzGizmo|'''[[Component:VolumeTranslationGizmo|VolumeTranslationGizmo]]'''|TypeAdv0=true| The gizmo that allows translations on xyz at the same time. | ||
|_xyGizmo|'''[[Component:PlaneTranslationGizmo|PlaneTranslationGizmo]]'''|TypeAdv1=true| | |_xyGizmo|'''[[Component:PlaneTranslationGizmo|PlaneTranslationGizmo]]'''|TypeAdv1=true| The gizmo that allows translations on xy at the same time. | ||
|_xzGizmo|'''[[Component:PlaneTranslationGizmo|PlaneTranslationGizmo]]'''|TypeAdv2=true| | |_xzGizmo|'''[[Component:PlaneTranslationGizmo|PlaneTranslationGizmo]]'''|TypeAdv2=true| The gizmo that allows translations on xz at the same time. | ||
|_yzGizmo|'''[[Component:PlaneTranslationGizmo|PlaneTranslationGizmo]]'''|TypeAdv3=true| | |_yzGizmo|'''[[Component:PlaneTranslationGizmo|PlaneTranslationGizmo]]'''|TypeAdv3=true| The gizmo that allows translations on yz at the same time. | ||
|_xGizmo|'''[[Component:AxisTranslationGizmo|AxisTranslationGizmo]]'''|TypeAdv4=true| | |_xGizmo|'''[[Component:AxisTranslationGizmo|AxisTranslationGizmo]]'''|TypeAdv4=true| The gizmo that allows translation on x. | ||
|_yGizmo|'''[[Component:AxisTranslationGizmo|AxisTranslationGizmo]]'''|TypeAdv5=true| | |_yGizmo|'''[[Component:AxisTranslationGizmo|AxisTranslationGizmo]]'''|TypeAdv5=true| The gizmo that allows translation on y. | ||
|_zGizmo|'''[[Component:AxisTranslationGizmo|AxisTranslationGizmo]]'''|TypeAdv6=true| | |_zGizmo|'''[[Component:AxisTranslationGizmo|AxisTranslationGizmo]]'''|TypeAdv6=true| The gizmo that allows translation on z. | ||
}} | }} | ||
== | == Usage == | ||
== Examples == | == Examples == | ||
Line 24: | Line 24: | ||
[[Category:Components:Uncategorized{{#translation:}}|Translation Gizmo]] | [[Category:Components:Uncategorized{{#translation:}}|Translation Gizmo]] | ||
[[Category:Components{{#translation:}}|Translation Gizmo]] | [[Category:Components{{#translation:}}|Translation Gizmo]] | ||
Latest revision as of 12:05, 3 August 2025
Component image 
Translation Gizmo component as seen in the Scene Inspector

Handles the translation of slots on the X, Y, Z directions or a combination thereof.
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. |
_xyzGizmo
|
VolumeTranslationGizmo | The gizmo that allows translations on xyz at the same time. |
_xyGizmo
|
PlaneTranslationGizmo | The gizmo that allows translations on xy at the same time. |
_xzGizmo
|
PlaneTranslationGizmo | The gizmo that allows translations on xz at the same time. |
_yzGizmo
|
PlaneTranslationGizmo | The gizmo that allows translations on yz at the same time. |
_xGizmo
|
AxisTranslationGizmo | The gizmo that allows translation on x. |
_yGizmo
|
AxisTranslationGizmo | The gizmo that allows translation on y. |
_zGizmo
|
AxisTranslationGizmo | The gizmo that allows translation on z. |