C# Класс XPlane.Core.Miscellaneous.ScoreIndicator

Наследование: IDrawable, IUpdateable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Draw ( SpriteBatch spriteBatch, GameTime gameTime ) : void

Draws the DamageIndicator.

ScoreIndicator ( ) : Sharpex2D

Initializes a new ScoreIndicator class.

Update ( GameTime gameTime ) : void

Updates the DamageIndicator.

Описание методов

Draw() публичный Метод

Draws the DamageIndicator.
public Draw ( SpriteBatch spriteBatch, GameTime gameTime ) : void
spriteBatch Sharpex2D.Rendering.SpriteBatch The spriteBatch.
gameTime Sharpex2D.GameTime The GameTime.
Результат void

ScoreIndicator() публичный Метод

Initializes a new ScoreIndicator class.
public ScoreIndicator ( ) : Sharpex2D
Результат Sharpex2D

Update() публичный Метод

Updates the DamageIndicator.
public Update ( GameTime gameTime ) : void
gameTime Sharpex2D.GameTime The GameTime.
Результат void