C# Class Project_Starfighter.GameOverScreen

Inheritance: GameScreen
Datei anzeigen Open project: csce3513/Team15 Class Usage Examples

Public Methods

Method Description
Draw ( GameTime gameTime ) : void

GameOverScreen ( Microsoft.Xna.Framework.Game game, SpriteBatch spriteBatch, SpriteFont spriteFont, Microsoft.Xna.Framework.Graphics.Texture2D image ) : System

Update ( GameTime gameTime ) : void

updateScore ( int scoreCard ) : void

Method Details

Draw() public method

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

GameOverScreen() public method

public GameOverScreen ( Microsoft.Xna.Framework.Game game, SpriteBatch spriteBatch, SpriteFont spriteFont, Microsoft.Xna.Framework.Graphics.Texture2D image ) : System
game Microsoft.Xna.Framework.Game
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
spriteFont Microsoft.Xna.Framework.Graphics.SpriteFont
image Microsoft.Xna.Framework.Graphics.Texture2D
return System

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

updateScore() public method

public updateScore ( int scoreCard ) : void
scoreCard int
return void