Inheritance: IUpdatableManager
Ejemplo n.º 1
0
 public virtual void stop(bool bringToCompletion = false)
 {
     TweenManager.removeTween(this);
     _isCurrentlyManagedByTweenManager = false;
     _isPaused = true;
 }
 public TweenManager()
 {
     _instance = this;
 }
Ejemplo n.º 3
0
		public TweenManager()
		{
			_instance = this;
		}