NativeArray<T0>

struct in Unity.Collections

매뉴얼로 전환

설명

A NativeArray exposes a buffer of native memory to managed code, making it possible to share data between managed and native.

변수

IsCreatedIndicates that the NativeArray has an allocated memory buffer.
LengthNumber of elements in the NativeArray.
this[int]Access NativeArray elements by index. Notice that structs are returned by value and not by reference.

생성자

NativeArray_1Create NativeArray.

Public 함수

CopyFromCopy all the elements from another NativeArray or managed array of the same length.
CopyToCopy all elements to another NativeArray or managed array of the same length.
DisposeDispose array.
GetEnumeratorGet enumerator.
ToArrayConvert NativeArray to array.
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961