Search Unity

Fastest approach to get an array of values sorted by key from a NativeMultiHashmap?

Discussion in 'Entity Component System' started by MintTree117, Apr 4, 2020.

  1. MintTree117

    MintTree117

    Joined:
    Dec 2, 2018
    Posts:
    340
    I have looked at GetKeyValueArrays but I don't understand how that works. Basically I just want to be able to iterate over the values for each key like an array. Not using the hashmap iterator.