Component image
The Expander component is an intractable UIX element that expands a section called the SectionRoot
under itself. The SectionRoot
's active state will toggle when that expander is triggered, expanding it under the Slot the expander is on. This can be seen on the Scene Inspector.
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. |
SectionRoot
|
Slot | The slot to expend with, by activating the slot that is referenced when toggled. |
Usage
This component is combined with the Button to activate this expander component. This component is also combined with the TextExpandIndicator component to drive the text and show the user that this expander has expanded, collapsed, or is empty.