C# Class XPlane.Core.Miscellaneous.BlackBlend

Inheritance: IDrawable, IUpdateable
Mostrar archivo Open project: ThuCommix/Sharpex2D Class Usage Examples

Public Methods

Method Description
BlackBlend ( ) : Sharpex2D

Initializes a new BlackBlend class.

Draw ( SpriteBatch spriteBatch, GameTime gameTime ) : void

Draws the BlackBlend.

Update ( GameTime gameTime ) : void

Updates the BlackBlend.

Method Details

BlackBlend() public method

Initializes a new BlackBlend class.
public BlackBlend ( ) : Sharpex2D
return Sharpex2D

Draw() public method

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

Update() public method

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