Property ChunkCount
ChunkCount
The current number of chunks storing entities having this archetype.
Declaration
public int ChunkCount { get; }
Property Value
Type | Description |
---|---|
int | The number of chunks. |
Remarks
This value can change whenever structural changes occur. Structural changes include creating or destroying entities, adding components to or removing them from an entity, and changing the value of shared components, all of which alter where entities are stored.