C# Class CastleEscape.PauseState

Will draw a pause state !!!!!!!!!!!!!!! CHANGE THE FONT !! !!!!!!!!!!!! Authors: Matt Munns
Inheritance: State
显示文件 Open project: Daminvar/CastleEscape

Public Methods

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

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

PauseState() public method

public PauseState ( Microsoft.Xna.Framework.Game game, Player player ) : System
game Microsoft.Xna.Framework.Game
player Player
return System

Resume() public method

public Resume ( ) : void
return void

Update() public method

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