Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

NativeArray<T0>.CopyTo

public void CopyTo(T[] array);
public void CopyTo(NativeArray<T> array);

Parameters

arrayDestination array.

Description

Copy all elements to another NativeArray or managed array of the same length.

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