Remove() public static method

public static Remove ( ISpriteAnimatable s ) : void
s ISpriteAnimatable
return void
Beispiel #1
0
 protected void RemoveFromAnimatedList()
 {
     SpriteAnimationPump.Remove(this);
     this.animating = false;
 }
Beispiel #2
0
 // Removes the sprite from the list of currently
 // animating sprites:
 protected override void RemoveFromAnimatedList()
 {
     SpriteAnimationPump.Remove(this);
     animating = false;
 }