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