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.