Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UnsafeParallelHashMap<TKey, TValue>.ParallelWriter

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

Definition

public struct UnsafeParallelHashMap<TKey, TValue>.ParallelWriter

Remarks

Use UnsafeParallelHashMap<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.