C# Class PGCGame.Screens.GameOver

Inheritance: PGCGame.CoreTypes.BaseScreen
ファイルを表示 Open project: GreatMindsRobotics/PGCGame Class Usage Examples

Public Methods

Method Description
GameOver ( SpriteBatch spriteBatch ) : System
InitScreen ( ScreenType screenName ) : void
Update ( GameTime gameTime ) : void

Private Methods

Method 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 method

public GameOver ( SpriteBatch spriteBatch ) : System
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return System

InitScreen() public method

public InitScreen ( ScreenType screenName ) : void
screenName ScreenType
return void

Update() public method

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