Exemple #1
0
 public void PlayReverse()
 {
     this.playDirection = dfSpriteAnimation.PlayDirection.Reverse;
     this.Play();
 }
 public void PlayReverse()
 {
     this.playDirection = dfSpriteAnimation.PlayDirection.Reverse;
     this.Play();
 }
Exemple #3
0
 public void PlayForward()
 {
     this.playDirection = dfSpriteAnimation.PlayDirection.Forward;
     this.Play();
 }
 public void PlayForward()
 {
     this.playDirection = dfSpriteAnimation.PlayDirection.Forward;
     this.Play();
 }