Gaia-ECS v0.9.3
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::ecs::detail::QueryImpl::QueryCacheRange Struct Referencefinal

Cache range selected by the query's optional group id filter. More...

#include <query.h>

Public Attributes

uint32_t idxFrom = 0
 First cached archetype index to process.
 
uint32_t idxTo = 0
 One-past-the-end cached archetype index to process.
 
bool hasSelectedGroup = false
 True when m_groupIdSet narrowed the range to one cache group.
 
bool valid = true
 False when the selected group id is absent from the matched cache.
 

Detailed Description

Cache range selected by the query's optional group id filter.


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