This version of Unity is unsupported.

NativeArray<T0>.CopyFrom

Declaration

public void CopyFrom(T[] array);

Declaration

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.