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

パラメーター

arraySource array.

説明

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