![]() |
Lysa
0.0
Lysa 3D Engine
|
This is the complete list of members for Timer, including all inherited members.
| Callback typedef | Timer | |
| Timer(float waitTime, bool oneShot=true, bool autoStart=false, const Callback &callback=nullptr) | Timer | |
| callback | Timer | protected |
| elapsed | Timer | protected |
| fireCallback() | Timer | protectedvirtual |
| getWaitTime() const | Timer | inline |
| isOneShot() const | Timer | inline |
| isStopped() const | Timer | inline |
| oneShot | Timer | protected |
| setOneShot(const bool v) | Timer | inline |
| setWaitTime(const float t) | Timer | inline |
| start() | Timer | |
| stop() | Timer | |
| stopped | Timer | protected |
| update(double deltaTime) | Timer | |
| waitTime | Timer | protected |
| ~Timer() | Timer | virtual |