NativeArray<T0>.CopyFrom
public void CopyFrom(T[] array);
public void CopyFrom(NativeArray<T> array);
Parameters
| array | Source array. |
Description 描述
Copy all the elements from another NativeArray or managed array of the same length.
| array | Source array. |
Copy all the elements from another NativeArray or managed array of the same length.