So I don’t know if this is possible, and my google-fu is lacking in finding answers.
I’m trying to create a noise generator that can change between different generators at runtime. I don’t want to every variable for each generator in the inspector at the same time. I’d like to have it so if I select and generator from a enum dropdown, than only the varibles related to that generator are displayed in the inspector. Is that even possible?