Skip to content

format

typescript
GUIEngine.currentForm

class: GUIEngine

description

The current scene contains the root node of all UI elements.

parameter

param_nametypedescription

return

typedescription
FormThe root node of the current scene's UI.

code example

javascript
let form = GUIEngine.currentForm;