C# Class Project_Starfighter.VictoryScreen

Inheritance: GameScreen
显示文件 Open project: csce3513/Team15 Class Usage Examples

Public Methods

Method Description
Draw ( GameTime gameTime ) : void

Update ( GameTime gameTime ) : void

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

updateScore ( int scoreCard ) : void

Method Details

Draw() public method

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

Update() public method

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

VictoryScreen() public method

public VictoryScreen ( 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

updateScore() public method

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