C# Class Xpf.Samples.S04BasketballScoreboard.BasketballGame

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

Méthodes publiques

Méthode Description
BasketballGame ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
OnAccelerometerHelperReadingChanged ( object sender, AccelerometerHelperReadingEventArgs e ) : void
ResetGraphicDeviceState ( ) : void
UpdateScore ( ) : void

Method Details

BasketballGame() public méthode

public BasketballGame ( ) : System
Résultat System

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

Update() protected méthode

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