C# Class GlueTestProject.Game1

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
Game1 ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
CustomActivity ( ) : void
CustomInitialize ( ) : void
CustomPreGlobalContentInitialize ( ) : void

Method Details

Draw() protected méthode

protected Draw ( GameTime gameTime ) : void
gameTime GameTime
Résultat void

Game1() public méthode

public Game1 ( ) : System
Résultat System

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

Update() protected méthode

protected Update ( GameTime gameTime ) : void
gameTime GameTime
Résultat void