C# Class Treefrog.Windows.Controls.GameControl

Inheritance: GraphicsDeviceControl
Afficher le fichier Open project: jaquadro/Treefrog

Méthodes protégées

Méthode Description
Draw ( ) : void
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
GameLoop ( ) : void

Method Details

Draw() protected méthode

protected Draw ( ) : void
Résultat void

Draw() protected abstract méthode

protected abstract Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

Update() protected abstract méthode

protected abstract Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void