Classes | |
| class | atlas::world |
| world represents a larger scope of areas that manages the scene contexts More... | |
Functions | |
| world (const std::string &p_name) | |
| construct a new world with a specified name associated with it | |
| std::string | name () const |
| void | add_scene (const ref< scene > &p_scene_context) |
| Creating a scene, then we add that scene onto this world. | |
| ref< scene > | get_scene (const std::string &p_tag) |
| get_scene allows for specifically querying for current scenes | |
Files | |
| file | TheAtlasEngine/atlas/core/scene/world.cppm |