#include <CeresEngine/Entity/EntityQuery.hpp>
◆ Predicate
The query predicate type.
◆ EntityQuery()
Creates a new entity query instance.
- Parameters
-
| entityManager | The entity manager to run the query on |
| predicate | The query predicate |
◆ ~EntityQuery()
◆ begin()
- Returns
- An iterator that points to the first entity in the query
◆ end()
- Returns
- An iterator that points past the last entity in the query
◆ mEntityManager
The entity manager the query is ran on.
◆ mGenerator
The generator used to produce the entity output.
The documentation for this class was generated from the following file:
- /Users/Rogiel/Developer/CeresEngine/Engine/Sources/CeresEngine/Entity/EntityQuery.hpp