Automated: create new component page |
mNo edit summary |
||
Line 15: | Line 15: | ||
== Examples == | == Examples == | ||
The GenericUIContainer can be found on many default interfaces including the Scene Inspector, Node Browser, and Component Inspector. | |||
== See Also == | == See Also == |
Revision as of 05:32, 1 May 2024
Component image
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Usage
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. |
Title
|
IField`1<String> | |
CloseRequest
|
Bool | |
CloseDestroyRoot
|
Slot |
Behavior
Examples
The GenericUIContainer can be found on many default interfaces including the Scene Inspector, Node Browser, and Component Inspector.