Version: 2022.3
言語: 日本語
public void CopyFrom (T[] array);
public void CopyFrom (NativeArray<T> array);

パラメーター

array Source array.

説明

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