86 {
88
89 std::unique_lock<std::shared_mutex> lock(
m_Mutex);
90
93 return entity;
94 }
#define SPICES_PROFILE_ZONE
entt::registry m_Registry
This variable handles all entity.
std::shared_mutex m_Mutex
Mutex for world.
std::unordered_map< UUID, entt::entity > m_RootEntityMap
This variable is a cache. @noto Not in use now.