NasNas
An intuitive and beginner friendly 2D game framework for C++
|
Public Member Functions | |
CircleOpen (int duration_ms=1000) | |
void | setDuration (int duration_ms) |
void | onUpdate () override |
![]() | |
void | start () |
void | end () |
auto | hasStarted () const -> bool |
auto | hasEnded () const -> bool |
void | addShape (const sf::Shape &shape) |
void | setOnEndCallback (const std::function< void()> &fn) |
void | update () |
Additional Inherited Members | |
![]() | |
static constexpr auto | app () -> App & |
![]() | |
static std::vector< Transition * > | list |
![]() | |
static App * | app |
Definition at line 49 of file Transition.hpp.