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. |