Component:RectSlotDriver

From Resonite Wiki
This page contains changes which are not marked for translation.
Component image 
RectSlotDriver component as seen in the Scene Inspector


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.

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

Examples

Related Components