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

NativeArray<T0>.CopyTo

Declaration

public void CopyTo(T[] array);

Declaration

public void CopyTo(NativeArray<T> array);

Parameters

array The array to copy elements to.

Description

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