Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.