Page and Modal
Concepts at a glance
The UI Storyboard organizes all UIs into two UI elements.
Page
Modal
Learn about these two UI elements.
Page
The most basic component of a screen
When a screen is switched/moved, it means that this Page is switched to another Page.
By default, all UI elements exist within something called this Page.
Modal
A UI component that appears as a popup independent of the page.
It is displayed on top of all other UI elements, including game elements.
Multiple Modals can be stacked on top of each other.
Last updated