Remove() public static method

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