C# Class geek.GameEngine.Visuals.DynamicGameText

Inheritance: GameText
Afficher le fichier Open project: impworks/xna.geek.engine

Méthodes publiques

Méthode Description
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

Method Details

Draw() public méthode

public Draw ( SpriteBatch batch ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

DynamicGameText() public méthode

public DynamicGameText ( SpriteFont font, string text, float speed ) : System.Text
font Microsoft.Xna.Framework.Graphics.SpriteFont
text string
speed float
Résultat System.Text

Reset() public méthode

Resets the text animation to it's start.
public Reset ( ) : void
Résultat void

SkipAnimation() public méthode

Skips the animation and displays the text completely.
public SkipAnimation ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void