Added a description and field descriptions. |
m format |
||
Line 11: | Line 11: | ||
<!--T:3--> | <!--T:3--> | ||
== Fields == | |||
{{Table ComponentFields | {{Table ComponentFields | ||
|Template|'''[[Component:ModalOverlay|ModalOverlay]]'''|TypeAdv0=true|The template ModalOverlay slot. | |Template|'''[[Component:ModalOverlay|ModalOverlay]]'''|TypeAdv0=true|The template ModalOverlay slot. | ||
Line 26: | Line 27: | ||
<!--T:6--> | <!--T:6--> | ||
== | == See Also == | ||
</translate> | </translate> | ||
[[Category:Components{{#translation:}}|Modal Overlay Manager]] | [[Category:Components{{#translation:}}|Modal Overlay Manager]] | ||
[[Category:Components:UIX:Interaction{{#translation:}}|Modal Overlay Manager]] | [[Category:Components:UIX:Interaction{{#translation:}}|Modal Overlay Manager]] |
Latest revision as of 12:56, 3 August 2025
Component image 
ModalOverlayManager component as seen in the Scene Inspector

The ModalOverlayManager component allows for the creation of ModalOverlay slots. Using the Template
field to create Modal Overlays duplicates.
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. Some components stop their functionality when this field is disabled, but some don't. |
Template
|
ModalOverlay | The template ModalOverlay slot. |
Constructor
|
delegate of identity ModalOverlayConstructor | The constructor to make the ModalOverlay. |
ModalOverlayRequested
|
delegate of identity Action`1<ModalOverlayManager> | The action of the ModalOverlayManager. |
ModalOverlayGenerated
|
delegate of identity Action`2<ModalOverlayManager, ModalOverlay> | The action of the ModalOverlayManager. |
SpawnRoot
|
Slot | The slot hierarchy to spawn this modal overlay on. |