AsReadOnly()
Returns a read-only reference aliasing the value of this reference.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public NativeReference<T>.ReadOnly AsReadOnly()
Returns
Type | Description |
|---|---|
| ReadOnly | A read-only reference aliasing the value of this reference. |