Version: 2019.4
public void CopyTo (NativeArray<T> array);
public void CopyTo (T[] array);

パラメーター

arrayArray.

説明

Copy all the elements of the slice to a NativeArray or managed array of the same length.