1
NGUI 3 Documentation / Re: Tweens
« on: October 03, 2015, 12:01:11 AM »
Hello,
At times the current state of the GameObject may not be the required initial state. Is it possible for you to add an overload Tween.Begin(GameObject, duration, From, To)?
As of now I am using Begin twice to keep the code clean and simple.
TweenAlpha.Begin(gameObject, 0, 0.25f);
TweenAlpha.Begin(gameObject, 0, 1);
Instead of the above, would like to have something like this.
TweenAlpha.Begin(gameObject, 0, 0.25f, 1);
Thanks
Vijay
At times the current state of the GameObject may not be the required initial state. Is it possible for you to add an overload Tween.Begin(GameObject, duration, From, To)?
As of now I am using Begin twice to keep the code clean and simple.
TweenAlpha.Begin(gameObject, 0, 0.25f);
TweenAlpha.Begin(gameObject, 0, 1);
Instead of the above, would like to have something like this.
TweenAlpha.Begin(gameObject, 0, 0.25f, 1);
Thanks
Vijay

... Anyone interested? PM me your mail id...