C# Class WindowsFormsApplication1.CreateASimGame

Inheritance: Game
Afficher le fichier Open project: Afr0Games/Project-Dollhouse

Méthodes publiques

Méthode Description
CreateASimGame ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
FileManager_OnHundredPercentCompleted ( ) : void

Filemanager was initialized!

M_Graphics_DeviceCreated ( object sender, EventArgs e ) : void

Method Details

CreateASimGame() public méthode

public CreateASimGame ( ) : System
Résultat System

Draw() protected méthode

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

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

Update() protected méthode

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