Component image
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. |
_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.