![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Mutable AoS term view fallback for APIs where storage mode is known only at runtime. Direct iteration paths should use EntityTermViewSetPointer/Entity instead. More...
#include <chunk_iterator.h>
Static Public Member Functions | |
| static EntityTermViewSet | pointer (U *pData, uint32_t cnt) |
| static EntityTermViewSet | entity (const Entity *pEntities, World *pWorld, Entity id, uint32_t cnt, bool writeIm=true) |
Public Attributes | |
| U * | pData = nullptr |
| const Entity * | pEntities = nullptr |
| World * | pWorld = nullptr |
| Entity | id = EntityBad |
| uint32_t | cnt = 0 |
| bool | writeIm = true |
Mutable AoS term view fallback for APIs where storage mode is known only at runtime. Direct iteration paths should use EntityTermViewSetPointer/Entity instead.