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

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

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

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

Draws the FadeableText.

FadeableText ( ) : Sharpex2D

Initializes a new FadeableText.

Update ( GameTime gameTime ) : void

Updates the FadeableText.

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

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

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

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

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

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

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