Method CreateArchetypeChunkArray
CreateArchetypeChunkArray(AllocatorHandle)
Obsolete. Use To
Declaration
[Obsolete("This method has been renamed to ToArchetypeChunkArray. (RemovedAfter Entities 1.0) (UnityUpgradable) -> ToArchetypeChunkArray(*)")]
public NativeArray<ArchetypeChunk> CreateArchetypeChunkArray(AllocatorManager.AllocatorHandle allocator)
Parameters
Type | Name | Description |
---|---|---|
Allocator |
allocator | Allocator to use for the array. |
Returns
Type | Description |
---|---|
Native |
A NativeArray of all the chunks in this matched by this query. |