C# Class WarTornLands.Infrastructure.Systems.GameState.States.MainMenueState

Inheritance: BaseGameState
ファイルを表示 Open project: floAr/WarTornLands

Public Methods

Method Description
Draw ( Microsoft gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
Pause ( ) : void
Resume ( ) : void
Update ( Microsoft gameTime ) : void

Private Methods

Method Description
ExitGame ( object sender, EventArgs e ) : void
MainMenueState_Pressed ( object sender, EventArgs e ) : void
NewGame ( object sender, EventArgs e ) : void

Method Details

Draw() public method

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

Initialize() public method

public Initialize ( ) : void
return void

LoadContent() public method

public LoadContent ( ) : void
return void

Pause() public method

public Pause ( ) : void
return void

Resume() public method

public Resume ( ) : void
return void

Update() public method

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