C# Класс geek.GameEngine.Visuals.DynamicGameText

Наследование: GameText
Показать файл Открыть проект

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

Метод Описание
Draw ( SpriteBatch batch ) : void
DynamicGameText ( SpriteFont font, string text, float speed ) : System.Text
Reset ( ) : void

Resets the text animation to it's start.

SkipAnimation ( ) : void

Skips the animation and displays the text completely.

Update ( ) : void

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

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

public Draw ( SpriteBatch batch ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
Результат void

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

public DynamicGameText ( SpriteFont font, string text, float speed ) : System.Text
font Microsoft.Xna.Framework.Graphics.SpriteFont
text string
speed float
Результат System.Text

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

Resets the text animation to it's start.
public Reset ( ) : void
Результат void

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

Skips the animation and displays the text completely.
public SkipAnimation ( ) : void
Результат void

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

public Update ( ) : void
Результат void