C# Class XPlane.Core.Miscellaneous.BlackBlend

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

Méthodes publiques

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

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

Draw() public méthode

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

Update() public méthode

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