Answer the question
In order to leave comments, you need to log in
How to regroup by value dictionary?
I have a dictionary like this
private Dictionary<GameObject, float> Obj = new Dictionary<GameObject, float>();
Test1 => 20.19379
Test2 => 5.57432
Test3 => 1.34311
Test4 => 10.84457
...............
Test3 => 1.34311
Test2 => 5.57432
Test4 => 10.84457
Test1 => 20.19379
...............
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question