Version: 2021.2
言語: 日本語

ReadOnly

struct in Unity.Collections

マニュアルに切り替える

説明

NativeArray interface constrained to read-only operation.

変数

LengthNumber of elements in the NativeArray.ReadOnly.
this[int]Read-only access to NativeArray.ReadOnly elements by index.

Public 関数

CopyToCopy all elements to a NativeArray or managed array of the same length.
GetEnumeratorGet enumerator.
ReinterpretReinterpret the array as having a different data type (type punning).
ToArrayConvert the data in this NativeArray.ReadOnly to a managed array.