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.