Claw 1.7.0
|
The tweener group manages several tweeners and remove them when they are over. More...
#include <tweener_group.hpp>
Public Member Functions | |
void | insert (const tweener &t) |
Add a tweener in the group. | |
void | clear () |
Remove all the tweeners from the group. |
The tweener group manages several tweeners and remove them when they are over.
Definition at line 48 of file tweener_group.hpp.
void claw::tween::tweener_group::insert | ( | const tweener & | t | ) |
Add a tweener in the group.
t | The tweener. |
Definition at line 36 of file tweener_group.cpp.