NasNas
An intuitive and beginner friendly 2D game framework for C++
Public Member Functions | List of all members
ns::Tween Class Reference

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
 

Detailed Description

Definition at line 14 of file tween/Tween.hpp.


The documentation for this class was generated from the following file: