AsParallelReader()
Obsolete. Use UnsafePtrList<T>.AsReadOnly instead.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Collections.LowLevel.Unsafe
- Assembly: UnityEngine.ManagedKernelModule
public UnsafePtrList<T>.ParallelReader AsParallelReader()
Returns
Type | Description |
|---|---|
| ParallelReader | A parallel reader of this list. |