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

Parámetros

arraySource array.

Descripción

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