Beispiel #1
0
 public void Resize(Vector2 size, UIAnimationDirection animationDirection = UIAnimationDirection.RelativeTo,
                    Action callback = null, UIAnimationOptions animationOptions = null)
 {
     SizeTweener.Tween(size, animationDirection, callback, animationOptions);
 }