Gaia-ECS v1.0.0
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::ecs::ArchetypeChunkPair Struct Reference

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

ArchetypepArchetype
 Archetype the chunk belongs to.
 
ChunkpChunk
 Chunk owned by the paired archetype.
 

Detailed Description

Pairs an archetype with one of its chunks.


The documentation for this struct was generated from the following file: