Class

Button

Button()

Bawo board seed
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

false - event not propagated
boolean

# onOut() → {void}

function called when the pointer is leaving the object area

View Source ui_entities/Button.ts, line 88

void

# onOver() → {void}

function called when the pointer is over the object

View Source ui_entities/Button.ts, line 82

void