C# Class TraceRacer.PhoneMainMenuScreen

Inheritance: PhoneMenuScreen
显示文件 Open project: alexcoco/trace_racer

Public Methods

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

Private Methods

Method Description
backToMenu ( GameTime gameTime ) : void
credits ( GameTime gameTime ) : void
help ( GameTime gameTime ) : void
play ( ) : void

Method Details

Draw() public method

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

PhoneMainMenuScreen() public method

public PhoneMainMenuScreen ( BackgroundScreen background ) : System
background BackgroundScreen
return System

Update() public method

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