StylesGameController class
sample.StylesGameController
Inheritance
Base: game.ui.WidgetGameController
Derived
None.
Properties
| Property | Type | |
|---|---|---|
stateText | WeakHandle<ink.TextWidget> | scripted |
button1Controller | WeakHandle<ink.ButtonController> | scripted |
button2Controller | WeakHandle<ink.ButtonController> | scripted |
Functions
bool OnInitialize()RTTIbool OnButton1StateChanged(WeakHandle<ink.ButtonController> controller, ink.EButtonState oldState, ink.EButtonState newState)RTTIbool OnButton2Pressed(ink.PointerEvent e)RTTIstring ButtonStateToString(ink.EButtonState state)RTTI