16
NGUI 3 Documentation / Re: UIInput
« on: January 28, 2015, 03:53:04 AM »
I agree, but it's not working, even in your example scenes. version 3.7.8 in Unity Editor 4.6.1 on Windows.
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.
What do you mean? You can set just about any function to be called via an NGUI delegate such as the button's On Click notification. To be able to choose the function it should be public, and have a void return type, but that's about it. Parameters are up to you.