Inheritance: 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;
		}