Struct UnsafeList<T>.ParallelReader
Obsolete. Use UnsafeList<T>.ReadOnly instead.
Namespace: Unity.Collections.LowLevel.Unsafe
Assembly: solution.dll
Syntax
public struct UnsafeList<T>.ParallelReader
Remarks
Use AsParallelReader() to create a parallel reader for a list.
Fields
| Name | Description |
|---|---|
| Length | The number of elements. |
| Ptr | The internal buffer of the list. |