Version: 2019.3
public void CopyFrom (NativeSlice<T> slice);
public void CopyFrom (T[] array);

パラメーター

sliceNativeSlice.
arrayArray.

説明

Copy all the elements from a NativeSlice or managed array of the same length.