C# Class CastleEscape.AboutState

Inheritance: State
显示文件 Open project: Daminvar/CastleEscape

Public Methods

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

Method Details

AboutState() public method

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

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