a better way to select enums
Is your feature request related to a problem? Please describe.
as is with enum's there isnt really a good way to chose them, its just "click through this list of x size, good luck"
Describe the solution you'd like
a better way to select enums in menus one example is the enum dropdown mod which opens a 2ndary uix panel that shows all the enums in a nice little list.
Describe alternatives you've considered
using the mod no other alternatives.
Additional Context
No response
Requesters
redd56
This would be extremely useful with a number of live-updated fields, such as colliders. Scrolling through the list of options can cause massive FPS swings as you flip past more expensive collider types.
Another example where it would be useful is Body Node selection, since there's 80 items in that list.
another example is the fact that keyboard button's is an enum, so you have to go though half the list if you wanna find the right key.