C# Class XPlane.Core.Miscellaneous.Scoreboard

Inheritance: IDrawable
Afficher le fichier Open project: ThuCommix/Sharpex2D Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( SpriteBatch spriteBatch, GameTime gameTime ) : void

Draws the score board.

Scoreboard ( ) : Sharpex2D

Initializes a new Scoreboard class.

Method Details

Draw() public méthode

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

Scoreboard() public méthode

Initializes a new Scoreboard class.
public Scoreboard ( ) : Sharpex2D
Résultat Sharpex2D