C# Class Asteroids_GameOverTarik.GameOverMenu

Afficher le fichier Open project: Timvangool/AsteroidsAPO2 Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( SpriteBatch spriteBatch ) : void
GameOverMenu ( GraphicsDeviceManager graphics, Microsoft.Xna.Framework.Content.ContentManager Content, string textScore ) : System
Load ( ) : void
OrderName ( ) : void
SelectName ( Microsoft.Xna.Framework.Input.MouseState mouse, Point mousePoint, GameTime gameTime ) : void
Update ( GameTime gameTime ) : void
getGameStateNumber ( ) : int

Method Details

Draw() public méthode

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

GameOverMenu() public méthode

public GameOverMenu ( GraphicsDeviceManager graphics, Microsoft.Xna.Framework.Content.ContentManager Content, string textScore ) : System
graphics GraphicsDeviceManager
Content Microsoft.Xna.Framework.Content.ContentManager
textScore string
Résultat System

Load() public méthode

public Load ( ) : void
Résultat void

OrderName() public méthode

public OrderName ( ) : void
Résultat void

SelectName() public méthode

public SelectName ( Microsoft.Xna.Framework.Input.MouseState mouse, Point mousePoint, GameTime gameTime ) : void
mouse Microsoft.Xna.Framework.Input.MouseState
mousePoint Point
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

getGameStateNumber() public méthode

public getGameStateNumber ( ) : int
Résultat int