Gaia-ECS v0.9.3
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::ecs::QueryInfo::QueryState::ExecPayload Struct Reference

Public Member Functions

void clear ()
 
void clear_transient ()
 

Public Attributes

cnt::darray< ArchetypeCompIndicesarchetypeCompIndices
 Cached component-index mapping for each matched archetype.
 
cnt::darray< ArchetypeInheritedDataarchetypeInheritedData
 Cached inherited component data pointer per query field for exact self-source semantic terms.
 
bool compIndicesPending = false
 True when archetype membership is populated but component-index metadata still needs to be built on demand.
 
bool inheritedDataPending = false
 True when archetype membership is populated but inherited-term data still needs to be built on demand.
 

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