C# Class Gravitation.Screens.Menu.SelectShipScreen

Inheritance: BaseScreen, IDrawableScreen
Show file Open project: thedamoes/Gravitation

Public Methods

Method Description
Draw ( Microsoft sb, GameTime gameTime ) : void
HandleKeyboard ( Microsoft curState, Microsoft prevState ) : void
LoadContent ( Microsoft dMan, Microsoft cm ) : void
SelectShipScreen ( int screenHeight, int screenWidth, Type gameType, SoundHandler handler, int numOfPlayers ) : System
Update ( Microsoft gameTime ) : void
getView ( ) : Matrix

Private Methods

Method Description
settingsWindow_okClicked ( object sender, EventArgs e ) : void

Method Details

Draw() public method

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

HandleKeyboard() public method

public HandleKeyboard ( Microsoft curState, Microsoft prevState ) : void
curState Microsoft
prevState Microsoft
return void

LoadContent() public method

public LoadContent ( Microsoft dMan, Microsoft cm ) : void
dMan Microsoft
cm Microsoft
return void

SelectShipScreen() public method

public SelectShipScreen ( int screenHeight, int screenWidth, Type gameType, SoundHandler handler, int numOfPlayers ) : System
screenHeight int
screenWidth int
gameType System.Type
handler SoundHandler
numOfPlayers int
return System

Update() public method

public Update ( Microsoft gameTime ) : void
gameTime Microsoft
return void

getView() public method

public getView ( ) : Matrix
return Microsoft.Xna.Framework.Matrix