Component image
The ModalOverlayManager component allows for the creation of ModalOverlay slots. Using the Template
field to create Modal Overlays duplicates.
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. |
Template
|
ModalOverlay | The template ModalOverlay slot. |
Constructor
|
ModalOverlayConstructor | The constructor to make the ModalOverlay. |
ModalOverlayRequested
|
Action`1<ModalOverlayManager> | The action of the ModalOverlayManager. |
ModalOverlayGenerated
|
Action`2<ModalOverlayManager, ModalOverlay> | The action of the ModalOverlayManager. |
SpawnRoot
|
Slot | The slot hierarchy to spawn this modal overlay on. |