C# Class RedBadger.Wpug.Basketball.ScoreboardView

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

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
ScoreboardView ( BasketballGame game ) : System
Update ( GameTime gameTime ) : void

Méthodes protégées

Méthode Description
LoadContent ( ) : void

Private Methods

Méthode Description
CreateTeamDisplay ( ) : IElement

Method Details

Draw() public méthode

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

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

ScoreboardView() public méthode

public ScoreboardView ( BasketballGame game ) : System
game BasketballGame
Résultat System

Update() public méthode

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