Exemple #1
0
 public virtual void Stop(bool bringToCompletion = false)
 {
     TweenManager.RemoveTween(this);
     _isCurrentlyManagedByTweenManager = false;
     _isPaused = true;
 }