C# Class XPlane.Core.Miscellaneous.ScoreIndicator

Inheritance: IDrawable, IUpdateable
Exibir arquivo Open project: ThuCommix/Sharpex2D Class Usage Examples

Public Methods

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

Draws the DamageIndicator.

ScoreIndicator ( ) : Sharpex2D

Initializes a new ScoreIndicator class.

Update ( GameTime gameTime ) : void

Updates the DamageIndicator.

Method Details

Draw() public method

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

ScoreIndicator() public method

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

Update() public method

Updates the DamageIndicator.
public Update ( GameTime gameTime ) : void
gameTime Sharpex2D.GameTime The GameTime.
return void