Constructor ChunkEntityEnumerator
ChunkEntityEnumerator(bool, v128, int)
Construct a new instance.
Declaration
public ChunkEntityEnumerator(bool useEnabledMask, v128 chunkEnabledMask, int chunkEntityCount)Parameters
| Type | Name | Description | 
|---|---|---|
| bool | useEnabledMask | If true,  | 
| v128 | chunkEnabledMask | A bitmask for all entities in the chunk. If bit N is set, entity N within
this chunk should be included in the iteration. This mask is ignored if  | 
| int | chunkEntityCount | The number of entities in the chunk. |