C# Class Project_Starfighter.VictoryScreen

Inheritance: GameScreen
Afficher le fichier Open project: csce3513/Team15 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

VictoryScreen() public méthode

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
Résultat System

updateScore() public méthode

public updateScore ( int scoreCard ) : void
scoreCard int
Résultat void