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.