|
sandbox
|
Public Member Functions | |
| scene (const std::filesystem::path &path, component_io_registry &component_io, asset_io_registry &asset_io, asset_registry ®istry) | |
| scene (component_io_registry &component_io, asset_io_registry &asset_io, asset_registry ®istry, const std::string &name="Scene") | |
| auto | graph () -> scene_graph & |
| auto | graph () const -> const scene_graph & |
| auto | environment () -> scene_environment & |
| auto | environment () const -> const scene_environment & |
| auto | name () const -> const std::string & |
| auto | save (const std::filesystem::path &path) -> void |