![]() |
Gaia-ECS v1.0.0
A simple and powerful entity component system
|
Pairs an archetype with one of its chunks. More...
#include <archetype.h>
Public Member Functions | |
| GAIA_NODISCARD bool | operator== (const ArchetypeChunkPair &other) const |
Public Attributes | |
| Archetype * | pArchetype |
| Archetype the chunk belongs to. | |
| Chunk * | pChunk |
| Chunk owned by the paired archetype. | |
Pairs an archetype with one of its chunks.