C# Class XPlane.Core.Miscellaneous.FadeableText

Inheritance: IDrawable, IUpdateable
Afficher le fichier Open project: ThuCommix/Sharpex2D Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( SpriteBatch spriteBatch, GameTime gameTime ) : void

Draws the FadeableText.

FadeableText ( ) : Sharpex2D

Initializes a new FadeableText.

Update ( GameTime gameTime ) : void

Updates the FadeableText.

Method Details

Draw() public méthode

Draws the FadeableText.
public Draw ( SpriteBatch spriteBatch, GameTime gameTime ) : void
spriteBatch Sharpex2D.Rendering.SpriteBatch The spriteBatch.
gameTime Sharpex2D.GameTime The GameTime.
Résultat void

FadeableText() public méthode

Initializes a new FadeableText.
public FadeableText ( ) : Sharpex2D
Résultat Sharpex2D

Update() public méthode

Updates the FadeableText.
public Update ( GameTime gameTime ) : void
gameTime Sharpex2D.GameTime The GameTime.
Résultat void