Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Banini

Pages: [1]
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

  1.  foreach (UIToggle e in radio_buttons)
  2. {
  3. e.value = false;
  4. }
  5.  

That doesn't work.

There is 3 radio buttons on my scene, with group = 1.

Pages: [1]