C# Class PGCGame.Screens.GameOver

Inheritance: PGCGame.CoreTypes.BaseScreen
Afficher le fichier Open project: GreatMindsRobotics/PGCGame Class Usage Examples

Méthodes publiques

Méthode Description
GameOver ( SpriteBatch spriteBatch ) : System
InitScreen ( ScreenType screenName ) : void
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
BaseAllyShip_Dead ( object sender, EventArgs e ) : void
MainMenuButton_MouseEnter ( object sender, EventArgs e ) : void
MainMenuButton_MouseLeave ( object sender, EventArgs e ) : void

Method Details

GameOver() public méthode

public GameOver ( SpriteBatch spriteBatch ) : System
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat System

InitScreen() public méthode

public InitScreen ( ScreenType screenName ) : void
screenName ScreenType
Résultat void

Update() public méthode

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