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