C# Class XPlane.Core.Miscellaneous.FadeableText

Inheritance: IDrawable, IUpdateable
Show file Open project: ThuCommix/Sharpex2D Class Usage Examples

Public Methods

Method 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 method

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

FadeableText() public method

Initializes a new FadeableText.
public FadeableText ( ) : Sharpex2D
return Sharpex2D

Update() public method

Updates the FadeableText.
public Update ( GameTime gameTime ) : void
gameTime Sharpex2D.GameTime The GameTime.
return void