evaera / matter

A modern ECS library for Roblox.
https://eryn.io/matter/
MIT License
144 stars 34 forks source link

Debugger should have the ability to sort components #97

Open benbrimeyer opened 8 months ago

benbrimeyer commented 8 months ago

Within the matter debugger, under the World Inspect window, we list all components seen in the World. Currently this list is always alphabetically sorted ascending. It would be great if we could sort descending as well as by number of occurrences.