interface class for scene
More...
#include <IScene.hpp>
interface class for scene
Definition at line 24 of file IScene.hpp.
◆ ~IScene()
virtual eng::IScene::~IScene |
( |
| ) |
|
|
virtualdefault |
◆ event()
virtual void eng::IScene::event |
( |
const Event & | event | ) |
|
|
pure virtual |
◆ getId()
virtual id eng::IScene::getId |
( |
| ) |
const |
|
nodiscardpure virtual |
◆ getName()
virtual std::string & eng::IScene::getName |
( |
| ) |
|
|
nodiscardpure virtual |
◆ getRegistry()
◆ setName()
virtual void eng::IScene::setName |
( |
const std::string & | newName | ) |
|
|
pure virtual |
◆ update()
virtual void eng::IScene::update |
( |
float | dt, |
|
|
const WindowSize & | size ) |
|
pure virtual |
The documentation for this class was generated from the following file:
- /home/runner/work/R-Type/R-Type/modules/Engine/include/Engine/Interfaces/IScene.hpp