|
hx3d
1
2D/3D Simple Game Framework
|
Tweens management and update. More...
#include <tween_manager.hpp>
Public Member Functions | |
| void | add (const Ptr< BaseTween > &tween) |
| Add an existing tween. More... | |
| void | update (const float delta) |
| Update all tweens. More... | |
| unsigned int | getTweenCount () |
| Get the tweens count. More... | |
| void | clear () |
| Clear all the tweens. | |
Tweens management and update.
Definition at line 36 of file tween_manager.hpp.
Add an existing tween.
| tween | Base Tween (Ptr) |
Definition at line 29 of file tween_manager.cpp.
| unsigned int hx3d::tweens::TweenManager::getTweenCount | ( | ) |
| void hx3d::tweens::TweenManager::update | ( | const float | delta | ) |
1.8.11