Наследование: IUpdatableManager
Пример #1
0
 public virtual void stop(bool bringToCompletion = false)
 {
     TweenManager.removeTween(this);
     _isCurrentlyManagedByTweenManager = false;
     _isPaused = true;
 }
 public TweenManager()
 {
     _instance = this;
 }
Пример #3
0
		public TweenManager()
		{
			_instance = this;
		}