Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#

NativeSlice<T0>.CopyTo

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

Parameters

arrayArray.

Description

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

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