Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AsParallelWriter()

Returns a parallel writer for this hash map.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public NativeParallelHashMap<TKey, TValue>.ParallelWriter AsParallelWriter()

Returns

Type

Description

ParallelWriterA parallel writer for this hash map.