Gaia-ECS v1.0.0
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::ecs::QueryInfoCreationCtx Struct Reference

Inputs passed through query-slot allocation to construct a QueryInfo instance. More...

#include <query_info.h>

Public Attributes

QueryCtxpQueryCtx
 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.
 

Detailed Description

Inputs passed through query-slot allocation to construct a QueryInfo instance.


The documentation for this struct was generated from the following file: