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