(Redirected from ModalOverlayManager (Component))
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.
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. |