Ejemplo n.º 1
0
 /// <summary>
 /// Remove the given sprite from the game engine.
 /// The sprite will no longer be drawn. If the sprite
 /// is not in the engine the method has no effect.
 /// </summary>
 /// <param name="sprite">sprite to be removed</param>
 public static void RemoveSpriteFromGame(ISnapsSprite sprite)
 {
     manager.RemoveSpriteFromGame(sprite);
 }