C# Class XPlane.Core.Miscellaneous.Scoreboard

Inheritance: IDrawable
Datei anzeigen Open project: ThuCommix/Sharpex2D Class Usage Examples

Public Methods

Method Description
Draw ( SpriteBatch spriteBatch, GameTime gameTime ) : void

Draws the score board.

Scoreboard ( ) : Sharpex2D

Initializes a new Scoreboard class.

Method Details

Draw() public method

Draws the score board.
public Draw ( SpriteBatch spriteBatch, GameTime gameTime ) : void
spriteBatch Sharpex2D.Rendering.SpriteBatch The spriteBatch.
gameTime Sharpex2D.GameTime The GameTime.
return void

Scoreboard() public method

Initializes a new Scoreboard class.
public Scoreboard ( ) : Sharpex2D
return Sharpex2D