Property ChunkCapacity
ChunkCapacity
The number of entities having this archetype that can fit into a single chunk of memory.
Declaration
public int ChunkCapacity { get; }
Property Value
Type | Description |
---|---|
int | Capacity is determined by the fixed, 16KB size of the memory blocks allocated by the ECS framework and the total storage size of all the component types in the archetype. |