C# Class RedBadger.Xpf.Sandbox.MainGame

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : 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

MainGame() public méthode

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

Update() protected méthode

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