hx3d
1
2D/3D Simple Game Framework
|
This is the complete list of members for hx3d::tweens::Sequence, including all inherited members.
_ended | hx3d::tweens::BaseTween | protected |
_infinite | hx3d::tweens::BaseTween | protected |
add(const Ptr< BaseTween > &tween) | hx3d::tweens::Sequence | |
addCallback(std::function< void()> func) | hx3d::tweens::Sequence | |
addDelay(const float delay) | hx3d::tweens::Sequence | |
addTween(T &mod, const T to, const float duration, const math::Interpolation interp) | hx3d::tweens::Sequence | |
hasEnded() | hx3d::tweens::BaseTween | |
reset() override | hx3d::tweens::Sequence | virtual |
Sequence(bool infinite=false) | hx3d::tweens::Sequence | |
update(const float delta) override | hx3d::tweens::Sequence | virtual |