Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AsParallelReader()

Returns a parallel reader of this list.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public NativeArray<T>.ReadOnly AsParallelReader()

Returns

Type

Description

ReadOnlyA parallel reader of this list.