![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Public Attributes | |
| cnt::darray< ArchetypeCompIndices > | archetypeCompIndices |
| Cached component-index mapping for each matched archetype. | |
| cnt::darray< ArchetypeInheritedData > | archetypeInheritedData |
| 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. | |