Hirashi3630 / UrGUI

UrGUI: easy to create GUI for Unity mods and debug
MIT License
18 stars 5 forks source link

Add option to cancel ColorPicker #21

Closed Hirashi3630 closed 2 years ago

Hirashi3630 commented 2 years ago

currently ColorPicker control updates every change in real-time (calls Action<Color> method every time value changes)

image

make an option (parameter when creating a control) to update only when saving -> showing cancel button to not save values