1
NGUI 3 Support / Radio button - UIToggle
« on: January 20, 2014, 05:13:58 AM »
Hi,
I would like to uncheck a radio button, I try with
That doesn't work.
There is 3 radio buttons on my scene, with group = 1.
I would like to uncheck a radio button, I try with
- foreach (UIToggle e in radio_buttons)
- {
- e.value = false;
- }
That doesn't work.
There is 3 radio buttons on my scene, with group = 1.
