This version of Unity is unsupported.

NativeSlice<T0>.CopyTo

Declaration

public void CopyTo(NativeArray<T> array);

Declaration

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.