Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UnsafeList<T>.ParallelReader

Obsolete. Use UnsafeList<T>.ReadOnly instead.
Read time 1 minuteLast updated 13 days ago

Definition

public struct UnsafeList<T>.ParallelReader

Remarks

Use UnsafeList<T>.AsParallelReader to create a parallel reader for a list.

Fields

Value

Description

LengthThe number of elements.
PtrThe internal buffer of the list.

Methods

Method

Description

AsReadOnlySpanReturns ReadOnlySpan\<T\> view of this container.
GetUnsafeReadOnlyPtrGet a pointer to the data.