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

NativeSlice<T0>.ToArray

Declaration

public T[] ToArray();

Returns

T[] A managed array with a copy of the contents of the NativeSlice.

Description

Converts a NativeSlice<T0> to managed array.