C# Class Xpf.Samples.S01GettingStarted.Game1

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

Méthodes publiques

Méthode Description
Game1 ( ) : 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

Game1() public méthode

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

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

Update() protected méthode

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