C# Class ParticleEditor.Game1

This is the main type for your game
Inheritance: Microsoft.Xna.Framework.Game
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
Game1 ( ) : System
ProcessCommandLineArgument ( string argument ) : void

Méthodes protégées

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

Private Methods

Méthode Description
ProcessCommandLineArguments ( ) : void

Method Details

Draw() protected méthode

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

Game1() public méthode

public Game1 ( ) : System
Résultat System

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

ProcessCommandLineArgument() public static méthode

public static ProcessCommandLineArgument ( string argument ) : void
argument string
Résultat void

Update() protected méthode

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