Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UnsafeParallelHashMapBucketData

A bucket of key-value pairs. Used as the internal storage for hash maps.
Read time 1 minuteLast updated 13 days ago

Definition

public struct UnsafeParallelHashMapBucketData

Remarks

Exposed publicly only for advanced use cases.

Fields

Value

Description

bucketCapacityMaskOne less than the bucket capacity.
bucketsThe first bucket in the chain.
keysThe buffer of keys.
nextThe next bucket in the chain.
valuesThe buffer of values.