NativeArray<T0>.NativeArray<T0>Constructor

切换到手册
public NativeArray<T0> (T[] array, Unity.Collections.Allocator allocator);
public NativeArray<T0> (NativeArray<T> array, Unity.Collections.Allocator allocator);

参数

length数组长度。
allocator分配器。
clearMemory应清除内存?
array从中复制元素的源数组。

描述

创建 NativeArray。