Menu
Menu¶
Menu types present interactive options to the player.
Properties¶
System¶
| Name | Explanation | Type |
|---|---|---|
| Context | The data context that provides items or values to the interface at runtime. | User Interface Context |
| Is Cancelable | Whether or not the menu can be canceled via the cancel button. | Toggle |
| Pause Gameplay | Whether or not to pause gameplay from continuing while the menu is open. | Toggle |
| Render Scene | Whether or not to continue rendering the current scene in the background. | Toggle |