API Docs for:
Show:

Object_Panel Class

Module: ui

An UI panel object display a colored rectangle area on screen or can also be completely transparent. A panel can be modal to block all user-input for UI object placed behind it.

So for example: To make a confirmation dialog like "Do you really want to exit?" a panel is useful to avoid that the user can click on other UI elements behind the confirmation dialog.

Item Index

Properties

Properties

modal

Boolean

Indicates if the panel is modal. A modal panel blocks all user-input for UI objects behind the panel.

visual

gs.Component_Quad

The UI object's visual-component to display the game object on screen.