Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Darkness on September 14, 2014, 09:44:40 PM

Title: Toggle Tabs in code rather than via mouse
Post by: Darkness on September 14, 2014, 09:44:40 PM
My game will be on consoles and PC's and I need to be able to change UIToggle via code.  What would be the best way to do this?  I looked for a method in UIToggle that can do this, but perhaps I'm not understanding how it works correctly.  Any suggestions?

Thanks in advance.
Title: Re: Toggle Tabs in code rather than via mouse
Post by: ArenMook on September 15, 2014, 04:20:00 AM
UIToggle.value
Title: Re: Toggle Tabs in code rather than via mouse
Post by: Darkness on September 15, 2014, 05:02:51 PM
Thanks, AM.  Worked perfectly.