Struct UnsafePtrList<T>.ParallelWriter
A parallel writer for an UnsafePtrList<T>.
Namespace: Unity.Collections.LowLevel.Unsafe
Assembly: solution.dll
Syntax
public struct UnsafePtrList<T>.ParallelWriter
Remarks
Use AsParallelWriter() to create a parallel writer for a list.
Fields
Name | Description |
---|---|
ListData | The UnsafeList to write to. |
Ptr | The data of the list. |
Methods
Name | Description |
---|---|
AddNoResize(T*) | Adds a pointer to the end of the list. |
AddRangeNoResize(UnsafePtrList<T>) | Copies the pointers of another list to the end of this list. |
AddRangeNoResize(T**, int) | Copies pointers from a buffer to the end of the list. |