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

파라미터

arraySource array.

설명

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