![]() |
Gaia-ECS v1.0.0
A simple and powerful entity component system
|
Inputs passed through query-slot allocation to construct a QueryInfo instance. More...
#include <query_info.h>
Public Attributes | |
| QueryCtx * | pQueryCtx |
| Authored query context transferred into the allocated slot. | |
| const EntityToArchetypeMap * | pEntityToArchetypeMap |
| World reverse index used to compile initial archetype matching operations. | |
| std::span< const Archetype * > | allArchetypes |
| Archetypes present in the world when the query is compiled. | |
Inputs passed through query-slot allocation to construct a QueryInfo instance.