NativeArray<T0>.CopyFrom

public void CopyFrom(T[] array);
public void CopyFrom(NativeArray<T> array);

Parameters

arraySource array.

Description

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

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答