C# Class CastleEscape.WinState

Inheritance: State
Show file Open project: Daminvar/CastleEscape

Public Methods

Method Description
Draw ( SpriteBatch spriteBatch ) : void
Pause ( ) : void
Resume ( ) : void
Update ( GameTime gameTime ) : void
WinState ( Microsoft.Xna.Framework.Game game ) : System

Method Details

Draw() public method

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

Pause() public method

public Pause ( ) : void
return void

Resume() public method

public Resume ( ) : void
return void

Update() public method

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

WinState() public method

public WinState ( Microsoft.Xna.Framework.Game game ) : System
game Microsoft.Xna.Framework.Game
return System