ReadOnly

struct in Unity.Collections

Switch to Manual

Description

NativeArray interface constrained to read-only operation.

Variables

this[int]Read-only access NativeArray.ReadOnly elements by index. Notice that structs are returned by value and not by reference.