Version: 2020.1

ReadOnly

struct in Unity.Collections

切换到手册

描述

NativeArray interface constrained to read-only operation.

变量

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