C# Class TraceRacer.GameStateManagementGame

Inheritance: Microsoft.Xna.Framework.Game
Show file Open project: alexcoco/trace_racer

Public Methods

Method Description
GameStateManagementGame ( ) : System

Protected Methods

Method Description
Draw ( GameTime gameTime ) : void
Update ( GameTime gameTime ) : void

Private Methods

Method Description
AddInitialScreens ( ) : void
GameActivated ( object sender, Microsoft e ) : void
GameDeactivated ( object sender, Microsoft e ) : void
GameLaunching ( object sender, Microsoft e ) : void
InitializeLandscapeGraphics ( ) : void
InitializePortraitGraphics ( ) : void

Method Details

Draw() protected method

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

GameStateManagementGame() public method

public GameStateManagementGame ( ) : System
return System

Update() protected method

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