Version: 2020.3
언어: 한국어
public void CopyTo (T[] array);
public void CopyTo (NativeArray<T> array);

파라미터

array The destination array to copy to.

설명

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