Method ToArchetypeChunkList
ToArchetypeChunkList(NativeList<ArchetypeChunk>)
Synchronously fills a list with the chunks containing entities matching this EntityQuery.
Declaration
public void ToArchetypeChunkList(NativeList<ArchetypeChunk> archetypeChunkList)
Parameters
Type | Name | Description |
---|---|---|
NativeList<ArchetypeChunk> | archetypeChunkList | The destination list to be filled. |
Remarks
This method blocks until the internal job that performs the query completes. If the query contains enableable components, chunks that contain zero entities with all relevant components enabled will not be included in the output list.