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

パラメーター

arrayDestination array.

説明

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