ReadOnly

struct in Unity.Collections

Switch to Manual

Description

NativeArray interface constrained to read-only operation.

Variables

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

Public Functions

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