NativeList<T>.ParallelWriter
A parallel writer for a NativeList.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Struct
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public struct NativeList<T>.ParallelWriter
Remarks
Use NativeList<T>.AsParallelWriter to create a parallel writer for a list.
Fields
Value | Description |
|---|---|
| ListData | The internal unsafe list. |
Properties
Property | Description |
|---|---|
| Ptr | The data of the list. |
Methods
Method | Description |
|---|---|
| AddNoResize | Appends an element to the end of this list. |
| AddRangeNoResize | Copies elements from a ReadOnlySpan to the end of this list. |