C# Class GlueTestProject.Game1

Mostra file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
Game1 ( ) : System

Protected Methods

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

Private Methods

Method Description
CustomActivity ( ) : void
CustomInitialize ( ) : void
CustomPreGlobalContentInitialize ( ) : void

Method Details

Draw() protected method

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

Game1() public method

public Game1 ( ) : System
return System

Initialize() protected method

protected Initialize ( ) : void
return void

Update() protected method

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