C# Class Treefrog.Windows.Controls.GameControl

Inheritance: GraphicsDeviceControl
Mostrar archivo Open project: jaquadro/Treefrog

Protected Methods

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

Private Methods

Method Description
GameLoop ( ) : void

Method Details

Draw() protected method

protected Draw ( ) : void
return void

Draw() protected abstract method

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

Initialize() protected method

protected Initialize ( ) : void
return void

Update() protected abstract method

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