#include <Scene.hpp>
◆ Scene()
| sd::Scene::Scene |
( |
std::string |
name = "Untitled Scene" | ) |
|
|
inlineexplicit |
◆ add_command()
| void sd::Scene::add_command |
( |
Args &&... |
args | ) |
|
|
inline |
◆ apply_commands()
| void sd::Scene::apply_commands |
( |
| ) |
|
|
inline |
◆ command_count()
| usize sd::Scene::command_count |
( |
| ) |
const |
|
inline |
◆ get_name()
| const std::string & sd::Scene::get_name |
( |
| ) |
const |
|
inline |
◆ is_active()
| bool sd::Scene::is_active |
( |
| ) |
const |
|
inline |
◆ on_start()
| void sd::Scene::on_start |
( |
| ) |
|
|
inline |
◆ on_stop()
| void sd::Scene::on_stop |
( |
| ) |
|
|
inline |
◆ on_update()
◆ em
◆ m_commands
◆ m_is_active
◆ m_name
| std::string sd::Scene::m_name |
|
private |
The documentation for this class was generated from the following file: