Core/EnttWorld: Add GetAliveEntityCount method

This commit is contained in:
SirLynix
2023-07-27 15:09:51 +02:00
parent a101f7c71f
commit d7cc1a8151
6 changed files with 10 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ namespace Nz
entt::handle CreateEntity();
inline std::size_t GetAliveEntityCount() const;
entt::registry& GetRegistry();
const entt::registry& GetRegistry() const;
template<typename T> T& GetSystem() const;