UnsafeList<T>.ParallelReader
Obsolete. Use UnsafeList<T>.ReadOnly instead.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Struct
- Namespace: Unity.Collections.LowLevel.Unsafe
- Assembly: UnityEngine.ManagedKernelModule
public struct UnsafeList<T>.ParallelReader
Remarks
Use UnsafeList<T>.AsParallelReader to create a parallel reader for a list.
Fields
Methods
Method | Description |
|---|---|
| AsReadOnlySpan | Returns ReadOnlySpan\<T\> view of this container. |
| GetUnsafeReadOnlyPtr | Get a pointer to the data. |