Beispiel #1
0
 public void ForcePlay(string _animation)
 {
     this.CurSource     = _animation;
     this.CurrentSource = this.Library.Sources[_animation];
     this.TimePassed    = 0;
     this._Stopped      = false;
     this._StopSmooth   = false;
 }
Beispiel #2
0
 public void SwitchToAnimation(string _animation)
 {
     this.CurSource     = _animation;
     this.CurrentSource = this.Library.Sources[_animation];
 }