22 #ifndef HX3D_TWEENS_TWEENMANAGER 23 #define HX3D_TWEENS_TWEENMANAGER 25 #include "hx3d/tweens/base_tween.hpp" 26 #include "hx3d/utils/ptr.hpp" 52 void update(
const float delta);
68 std::vector<Ptr<BaseTween>> tweens;
void update(const float delta)
Update all tweens.
void add(const Ptr< BaseTween > &tween)
Add an existing tween.
unsigned int getTweenCount()
Get the tweens count.
void clear()
Clear all the tweens.
Tweens management and update.
std::shared_ptr< T > Ptr
Quick-typing shared ptr.