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

Inheritance: BaseOverlayGameState
Afficher le fichier Open project: floAr/WarTornLands

Méthodes publiques

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

Private Methods

Méthode Description
CloseInventory ( object sender, EventArgs e ) : void

Method Details

Draw() public méthode

public Draw ( Microsoft gameTime ) : void
gameTime Microsoft
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

InventoryState() public méthode

public InventoryState ( RenderTarget2D background ) : System
background Microsoft.Xna.Framework.Graphics.RenderTarget2D
Résultat System

LoadContent() public méthode

public LoadContent ( ) : void
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

Resume() public méthode

public Resume ( ) : void
Résultat void

Update() public méthode

public Update ( Microsoft gameTime ) : void
gameTime Microsoft
Résultat void