Example #1
0
 public void Fade(float fade, UIAnimationDirection animationDirection = UIAnimationDirection.To,
                  Action callback = null, UIAnimationOptions animationOptions = null)
 {
     AlphaTweener.Tween(fade, animationDirection, callback, animationOptions);
 }