Struct NativeReference<T>.ReadOnly
An unmanaged, read-only reference container.
Namespace: Unity.Collections
Syntax
public struct ReadOnly
Properties
Value
The value of this container.
Declaration
public T Value { get; }
Property Value
Type | Description |
---|---|
T |