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

NativeArray<T0>.ToArray

Declaration

public T[] ToArray();

Returns

T[] A new managed array with the same contents as the given ReadOnly.

Description

Convert the data in a ReadOnly to a managed array.