Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 589 Bytes

File metadata and controls

28 lines (16 loc) · 589 Bytes

Modal

Implements: BaseComponentView, IModalComponentView

Model: ModalComponentModel

Preview

Untitled

Description

This is a modal pop-up with the hide/show functionality added automatically. It will instantiate the content assigned in the model

Configuration (Model)

  • Content : BaseView to instantiate inside the modal

Exposed Properties/Methods

  • Action OnCloseAction : Triggered when the pop-up is closed

How To Use

  1. Drag the prefab to your scene.
  2. Configure the model from the inspector.
  3. Click on [REFRESH].