![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Read-only SoA field proxy fallback for APIs where storage mode is known only at runtime. Direct chunk-backed paths should use SoATermFieldReadProxyPointer instead. More...
#include <chunk_iterator.h>
Public Types | |
| using | value_type = typename SoATermFieldReadProxyPointer< U, Item >::value_type |
Public Member Functions | |
| GAIA_NODISCARD value_type | operator[] (size_t idx) const |
| GAIA_NODISCARD constexpr size_t | size () const noexcept |
Public Attributes | |
| const value_type * | pData = nullptr |
| const Entity * | pEntities = nullptr |
| World * | pWorld = nullptr |
| Entity | id = EntityBad |
| uint32_t | cnt = 0 |
Read-only SoA field proxy fallback for APIs where storage mode is known only at runtime. Direct chunk-backed paths should use SoATermFieldReadProxyPointer instead.