NativeArray<T0>.CopyFrom

Declaration

public void CopyFrom(T[] array);

Declaration

public void CopyFrom(NativeArray<T> array);

Parameters

array The array to copy elements from.

Description

Copies all the elements from a NativeArray<T0> or a managed array of the same length.


Did you find this page useful? Please give it a rating: