Skip to content

types.ui_node

A node in a script-provided UI scene

Functions

set_property(name : string, value : any)

Applies any property accepted by the custom UI language.

on_click(handler : function)

Connects a Lua callback to this node's click event.