Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


NativeParallelHashMap<TKey, TValue>.ParallelWriter

A parallel writer for a NativeParallelHashMap.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Struct
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public struct NativeParallelHashMap<TKey, TValue>.ParallelWriter

Remarks

Use NativeParallelHashMap<TKey, TValue>.AsParallelWriter to create a parallel writer for a NativeParallelHashMap.

Properties

Property

Description

CapacityThe number of key-value pairs that fit in the current allocation.
ThreadIndexReturns the index of the current thread.

Methods

Method

Description

AddAdds a new key-value pair.
TryAddAdds a new key-value pair.