NasNas
An intuitive and beginner friendly 2D game framework for C++
|
Public Member Functions | |
void | clear () |
auto | loop () -> Tween & |
auto | after (float delay) -> Tween & |
auto | from_to (float start, float end) -> Tween & |
auto | to (float end) -> Tween & |
auto | during (float duration) -> Tween & |
auto | apply (tween::CallbackFunction callback) -> Tween & |
auto | with (tween::EasingFunction function) -> Tween & |
auto | delay (float delay) -> Tween & |
void | onEnd (std::function< void()> fn) |
void | restart () |
auto | ended () const -> bool |
auto | step () -> float |
Definition at line 14 of file tween/Tween.hpp.