|
|
void | addPrefab (const std::shared_ptr< engine::Base > &prefab) |
| |
|
std::shared_ptr< engine::Base > | getPrefabByEntityId (std::size_t entityId) |
| |
|
std::shared_ptr< engine::Base > | getPrefabByName (const std::string &prefabName) |
| |
|
std::shared_ptr< engine::Base > | getPrefabByNetworkId (std::uint32_t networkId) |
| |
|
void | killAllPrefabs () |
| |
|
bool | removeByNetworkId (std::uint32_t networkId) |
| |
|
bool | removePrefab (const std::string &prefabName) |
| |
|
|
int | _globalId |
| |
|
std::map< std::string, std::shared_ptr< engine::Base > > | _prefabs |
| |
The documentation for this class was generated from the following files:
- /github/workspace/client/include/uranus/engine/manager/EntityManager.hpp
- /github/workspace/client/src/uranus/engine/EntityManager.cpp