C# Class Example3.Game1

Inheritance: Microsoft.Xna.Framework.Game
Show file Open project: serapth/MonoGameBook Class Usage Examples

Public Methods

Method Description
Game1 ( ) : Microsoft.Xna.Framework
Game1 ( ) : System.Text

Protected Methods

Method Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
OnActivated ( object sender, System args ) : void
OnDeactivated ( object sender, System args ) : void
UnloadContent ( ) : void
Update ( GameTime gameTime ) : void

Method Details

Draw() protected method

protected Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Game1() public method

public Game1 ( ) : Microsoft.Xna.Framework
return Microsoft.Xna.Framework

Game1() public method

public Game1 ( ) : System.Text
return System.Text

Initialize() protected method

protected Initialize ( ) : void
return void

LoadContent() protected method

protected LoadContent ( ) : void
return void

OnActivated() protected method

protected OnActivated ( object sender, System args ) : void
sender object
args System
return void

OnDeactivated() protected method

protected OnDeactivated ( object sender, System args ) : void
sender object
args System
return void

UnloadContent() protected method

protected UnloadContent ( ) : void
return void

Update() protected method

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