ReadOnly

struct in Unity.Collections

/

Implemented in:UnityEngine.CoreModule

Description

NativeArray interface constrained to read-only operation.

Properties

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

Did you find this page useful? Please give it a rating: