Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


NativeParallelMultiHashMapIterator<TKey>

An iterator over all values associated with an individual key in a multi hash map.
Read time 1 minuteLast updated 7 days ago

Definition

  • Type: Struct
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public struct NativeParallelMultiHashMapIterator<TKey> where TKey : unmanaged

Remarks

The iteration order over the values associated with a key is an implementation detail. Do not rely upon any particular ordering.

Methods

Method

Description

GetEntryIndexReturns the entry index.