Component:RectSlotDriver

From Resonite Wiki
Revision as of 01:34, 29 July 2024 by AmasterAmaster (talk | contribs) (Added a description, added field descriptions, added a usage description.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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