hx3d
1
2D/3D Simple Game Framework
|
This is the complete list of members for hx3d::TimerManager, including all inherited members.
addNamedTimer(std::string name, CallbackTimer &timer) | hx3d::TimerManager | |
addTemporaryTimer(CallbackTimer &timer) | hx3d::TimerManager | |
clear() | hx3d::TimerManager | |
createNamedTimer(std::string name, float delay, std::function< void()> callback, bool loop=false) | hx3d::TimerManager | |
createTemporaryTimer(float delay, std::function< void()> callback, bool loop=false) | hx3d::TimerManager | |
removeNamedTimer(std::string name) | hx3d::TimerManager | |
resetNamedTimer(std::string name) | hx3d::TimerManager | |
update(float delta) | hx3d::TimerManager |