C# Class RedBadger.Wpug.Basketball.ScoreboardView

Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
显示文件 Open project: redbadger/XPF

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
ScoreboardView ( BasketballGame game ) : System
Update ( GameTime gameTime ) : void

Protected Methods

Method Description
LoadContent ( ) : void

Private Methods

Method Description
CreateTeamDisplay ( ) : IElement

Method Details

Draw() public method

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

LoadContent() protected method

protected LoadContent ( ) : void
return void

ScoreboardView() public method

public ScoreboardView ( BasketballGame game ) : System
game BasketballGame
return System

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void