NasNas
An intuitive and beginner friendly 2D game framework for C++
Public Member Functions | List of all members
ns::transition::CircleClose Class Reference
Inheritance diagram for ns::transition::CircleClose:
ns::Transition ns::AppAccess<> ns::detail::AppComponent

Public Member Functions

 CircleClose (int duration_ms=1000)
 
void setDuration (int duration_ms)
 
void onUpdate () override
 
- Public Member Functions inherited from ns::Transition
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 Public Member Functions inherited from ns::AppAccess<>
static constexpr auto app () -> App &
 
- Static Public Attributes inherited from ns::Transition
static std::vector< Transition * > list
 
- Static Protected Attributes inherited from ns::detail::AppComponent
static Appapp
 

Detailed Description

Definition at line 62 of file Transition.hpp.


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