C# Class Xpf.Samples.S04BasketballScoreboard.BasketballGame

Inheritance: Microsoft.Xna.Framework.Game
Mostrar archivo Open project: redbadger/XPF Class Usage Examples

Public Methods

Method Description
BasketballGame ( ) : System

Protected Methods

Method Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
Update ( GameTime gameTime ) : void

Private Methods

Method Description
OnAccelerometerHelperReadingChanged ( object sender, AccelerometerHelperReadingEventArgs e ) : void
ResetGraphicDeviceState ( ) : void
UpdateScore ( ) : void

Method Details

BasketballGame() public method

public BasketballGame ( ) : System
return System

Draw() protected method

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

Initialize() protected method

protected Initialize ( ) : void
return void

Update() protected method

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