There is a parameter that I would like modify using UIToggle. But this parameter is a float variable that is normally modified using a slider.
The behaviour I would like to have is this:
Any tips? Thank you.
The behaviour I would like to have is this:
- When toggle is off, set param to 0
- When toggle is on, set param to 180
Any tips? Thank you.