ReadOnly

struct in Unity.Collections

Cambiar al Manual

Descripción

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.