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

NativeArray<T0>.CopyFrom

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

Parameters

arraySource array.

Description

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

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