This version of Unity is unsupported.

NativeArray<T0>.CopyTo

Declaration

public void CopyTo(T[] array);

Declaration

public void CopyTo(NativeArray<T> array);

Parameters

array The destination array to copy to.

Description

Copy all elements to a NativeArray or managed array of the same length.