void onAwake() override
call component awake
Definition: UiText.cpp:24
Definition: UiText.hpp:30
bool checkComponentValidity() override
Check you component is runnable With this function you can add some conditions to make your component...
Definition: UiText.cpp:52
void onDisplay() override
use to display some things this function is call after all updates fucntion
Definition: UiText.cpp:40