Component image ![](/images/thumb/2/23/RectSlotDriverComponent.png/510px-RectSlotDriverComponent.png)
RectSlotDriver component as seen in the Scene Inspector
![](/images/thumb/2/23/RectSlotDriverComponent.png/510px-RectSlotDriverComponent.png)
The RectSlotDriver component, when attached to a UIX element slot, will automatically drive that slot's position and will provide a field _position
for the user to use as a reference.
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. |
_position
|
field drive of Float3 | Internal - Sets the position of the slot for driving the value. |
Usage
Mostly will be used for reference of a position of a UIX element.