Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ToNativeArray<T>(AllocatorHandle)

Returns a new NativeArray copy of this stream's data.
Read time 1 minuteLast updated 13 days ago

Definition

public NativeArray<T> ToNativeArray<T>(AllocatorManager.AllocatorHandle allocator) where T : unmanaged

Parameters

The allocator to use.

Returns

Type

Description

NativeArray<T>A new NativeArray copy of this stream's data.

Remarks

The length of the array will equal the count of this stream.
Each buffer of this stream is copied to the array, one after the other.