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.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答