![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Read-only term view for entity-backed AoS data resolved through the world store. Used when the queried payload lives out of line and must be fetched by entity id. More...
#include <chunk_iterator.h>
Public Member Functions | |
| GAIA_NODISCARD decltype(auto) | operator[] (size_t idx) const |
| GAIA_NODISCARD constexpr size_t | size () const noexcept |
| GAIA_NODISCARD const U * | data () const noexcept |
Public Attributes | |
| const Entity * | pEntities = nullptr |
| World * | pWorld = nullptr |
| Entity | id = EntityBad |
| uint32_t | cnt = 0 |
| const Archetype * | pLastArchetype = nullptr |
| Entity | cachedOwner = EntityBad |
| bool | cachedDirect = false |
Read-only term view for entity-backed AoS data resolved through the world store. Used when the queried payload lives out of line and must be fetched by entity id.