Constructor # new Button() View Source ui_entities/Button.ts, line 25 Methods # onClick() → {boolean} function called when the object is clicked on View Source ui_entities/Button.ts, line 95 Returns: false - event not propagated Type: boolean # onOut() → {void} function called when the pointer is leaving the object area View Source ui_entities/Button.ts, line 88 Returns: Type: void # onOver() → {void} function called when the pointer is over the object View Source ui_entities/Button.ts, line 82 Returns: Type: void