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

パラメーター

array Destination array.

説明

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