(World) Added GetEntities() method
Former-commit-id: 14095df977d566b3a3c306542bd4d83bd11392d1
This commit is contained in:
@@ -38,6 +38,7 @@ namespace Ndk
|
||||
void Clear();
|
||||
|
||||
const EntityHandle& GetEntity(EntityId id);
|
||||
const EntityList& GetEntities();
|
||||
BaseSystem& GetSystem(SystemIndex index);
|
||||
template<typename SystemType> SystemType& GetSystem();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user