Hello!
First, thanks for the great work you do on last NGUI updates!
I'm on Unity 4.5, and some new elements are serialized, like structs. Maybe that's why we now can now manually set arguments for events on components like UIButton's OnClick().
Unfortunately, no default values are set within the Inspector for these arguments, so if you hit Unity's Play button, I get errors saying "failed to convert parameters", which makes sens.
To illustrate this, in the example below, I have to find a
bool that is set to
true somewhere in my other components if I want to play a tween forward:

Would you have an easy way to avoid having to set these parameters manually in the inspector for each event?
Or is that normal? It didn't seem to be like that in previous versions.
Thank you
