C# Class TraceRacer.PhoneMainMenuScreen

Inheritance: PhoneMenuScreen
Afficher le fichier Open project: alexcoco/trace_racer

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
PhoneMainMenuScreen ( BackgroundScreen background ) : System
Update ( GameTime gameTime, bool otherScreenHasFocus, bool coveredByOtherScreen ) : void

Private Methods

Méthode Description
backToMenu ( GameTime gameTime ) : void
credits ( GameTime gameTime ) : void
help ( GameTime gameTime ) : void
play ( ) : void

Method Details

Draw() public méthode

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

PhoneMainMenuScreen() public méthode

public PhoneMainMenuScreen ( BackgroundScreen background ) : System
background BackgroundScreen
Résultat System

Update() public méthode

public Update ( GameTime gameTime, bool otherScreenHasFocus, bool coveredByOtherScreen ) : void
gameTime Microsoft.Xna.Framework.GameTime
otherScreenHasFocus bool
coveredByOtherScreen bool
Résultat void