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 destination array to copy to.

Description

Copies all elements to a ReadOnly or managed array of the same length.