C# Class Particles.ParticlesGame

Inheritance: Microsoft.Xna.Framework.Game
Afficher le fichier Open project: Andrea/IncompleteGameLabs Class Usage Examples

Méthodes publiques

Méthode Description
ParticlesGame ( ) : Microsoft.Xna.Framework

Méthodes protégées

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

Method Details

Draw() protected méthode

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

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

ParticlesGame() public méthode

public ParticlesGame ( ) : Microsoft.Xna.Framework
Résultat Microsoft.Xna.Framework

UnloadContent() protected méthode

protected UnloadContent ( ) : void
Résultat void

Update() protected méthode

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