Version: 2020.1
언어: 한국어
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.