Search Unity

Iterating thorugh MultiHashMap

Discussion in 'Entity Component System' started by rogerdv, Oct 1, 2019.

  1. rogerdv

    rogerdv

    Joined:
    Jul 16, 2012
    Posts:
    90
    How can I iterate thorugh a MultiMapHash, but keeping access to the key and the value at same time? I mean, I need to know the key while Im iterating through all the values stored in the MultiMapHash.