AsParallelWriter()
Returns a parallel writer of this list.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public NativeList<T>.ParallelWriter AsParallelWriter()
Returns
Type | Description |
|---|---|
| ParallelWriter | A parallel writer of this list. |