Struct NativeReference<T>.ReadOnly
A read-only alias for the value of a NativeReference. Does not have its own allocated storage.
Namespace: Unity.Collections
Assembly: solution.dll
Syntax
[NativeContainer]
[NativeContainerIsReadOnly]
public struct NativeReference<T>.ReadOnly
Properties
| Name | Description |
|---|---|
| Value | The value aliased by this reference. |