#include <State.hpp>
◆ ~State()
virtual State::~State |
( |
| ) |
|
|
virtualdefault |
Destroy the State object.
◆ draw()
virtual void State::draw |
( |
| ) |
|
|
pure virtual |
◆ handleInput()
virtual void State::handleInput |
( |
| ) |
|
|
pure virtual |
◆ init()
virtual void State::init |
( |
| ) |
|
|
pure virtual |
Initialize state related data.
◆ pause()
virtual void State::pause |
( |
| ) |
|
|
virtual |
◆ resume()
virtual void State::resume |
( |
| ) |
|
|
virtual |
◆ update()
virtual void State::update |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file:
- /home/prajol329/Projects/campus/sem4/graphics/project/voxeloop/core/include/State.hpp