Method ToNativeArray
ToNativeArray(AllocatorHandle)
Convert array to native array.
Declaration
public NativeArray<EntitiesJournaling.EntityView> ToNativeArray(AllocatorManager.AllocatorHandle allocator)
Parameters
Type | Name | Description |
---|---|---|
Allocator |
allocator | The Allocator of the NativeArray. |
Returns
Type | Description |
---|---|
Native |
A native array of entity views. |