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

Inheritance: BaseOverlayGameState
Datei anzeigen Open project: floAr/WarTornLands

Public Methods

Method Description
Draw ( Microsoft gameTime ) : void
Initialize ( ) : void
InventoryState ( RenderTarget2D background ) : System
LoadContent ( ) : void
Pause ( ) : void
Resume ( ) : void
Update ( Microsoft gameTime ) : void

Private Methods

Method Description
CloseInventory ( 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

InventoryState() public method

public InventoryState ( RenderTarget2D background ) : System
background Microsoft.Xna.Framework.Graphics.RenderTarget2D
return System

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