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

파라미터

arrayDestination array.

설명

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