![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Read-only SoA term view for entity-backed storage only. Used when the queried SoA payload lives out of line and is resolved by entity id. More...
#include <chunk_iterator.h>
Public Member Functions | |
| GAIA_NODISCARD U | operator[] (size_t idx) const |
| template<size_t Item> | |
| GAIA_NODISCARD auto | get () const |
| GAIA_NODISCARD constexpr size_t | size () const noexcept |
Public Attributes | |
| const Entity * | pEntities = nullptr |
| World * | pWorld = nullptr |
| Entity | id = EntityBad |
| uint32_t | cnt = 0 |
Read-only SoA term view for entity-backed storage only. Used when the queried SoA payload lives out of line and is resolved by entity id.