Method CalculateChunkCount
CalculateChunkCount()
Calculates the number of chunks that match this EntityQuery, taking into account all active query filters and enabled components.
Declaration
public int CalculateChunkCount()
Returns
Type | Description |
---|---|
int | The number of chunks based on the current EntityQuery properties. |
Remarks
This count will not include chunks that do not pass any active chunk-level filters (e.g. SetSharedComponentFilter<SharedComponent>(SharedComponent)), nor any chunks where zero entities have all the required components enabled.