1
NGUI 3 Documentation / Re: UIToggle
« on: October 29, 2015, 03:43:55 AM »
Thanks for the response, have found it which is simply:
UIToggle B1Tog = GameObject.Find("B1").GetComponent<UIToggle>();
B1Tog.value = false;
UIToggle B1Tog = GameObject.Find("B1").GetComponent<UIToggle>();
B1Tog.value = false;