CoriEngine
Loading...
Searching...
No Matches
Cori::World::SceneManager::Data Struct Reference

Classes

struct  TransparentEqual
struct  TransparentHash

Public Attributes

std::atomic< uint32_t > s_NextSceneID { 1 }
std::unordered_map< uint32_t, SceneHandlem_Handles
std::unordered_map< std::string, std::shared_ptr< Scene >, TransparentHash, TransparentEqualm_Scenes

Detailed Description

Definition at line 16 of file SceneManager.cpp.

Member Data Documentation

◆ m_Handles

std::unordered_map<uint32_t, SceneHandle> Cori::World::SceneManager::Data::m_Handles

Definition at line 32 of file SceneManager.cpp.

◆ m_Scenes

std::unordered_map<std::string, std::shared_ptr<Scene>, TransparentHash, TransparentEqual> Cori::World::SceneManager::Data::m_Scenes

Definition at line 33 of file SceneManager.cpp.

◆ s_NextSceneID

std::atomic<uint32_t> Cori::World::SceneManager::Data::s_NextSceneID { 1 }

Definition at line 31 of file SceneManager.cpp.


The documentation for this struct was generated from the following file: