C# Class Castle.CastleGame

Inheritance: Microsoft.Xna.Framework.Game
Show file Open project: Thraka/SadConsole Class Usage Examples

Public Methods

Method Description
CastleGame ( ) : System

Protected Methods

Method Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
Update ( GameTime gameTime ) : void

Private Methods

Method Description
ProcessGameOver ( object sender, EventArgs args ) : void
QuitGame ( object sender, EventArgs args ) : void
RestartGame ( object sender, EventArgs args ) : void
StartGame ( object sender, EventArgs args ) : void

Method Details

CastleGame() public method

public CastleGame ( ) : System
return System

Draw() protected method

protected Draw ( GameTime gameTime ) : void
gameTime GameTime
return void

Initialize() protected method

protected Initialize ( ) : void
return void

Update() protected method

protected Update ( GameTime gameTime ) : void
gameTime GameTime
return void