Component:ModalOverlayManager

From Resonite Wiki
Revision as of 10:27, 27 July 2024 by AmasterAmaster (talk | contribs) (Added a description and field descriptions.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.
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.

Usage

Examples

Related Components