C# Class GPSTD_RM.BlackScreen

Inheritance: Screen
Show file Open project: dideler/gps-tower-defense

Public Properties

Property Type Description
black Microsoft.Xna.Framework.Graphics.Texture2D

Public Methods

Method Description
BlackScreen ( Game1 game ) : System
Draw ( GameTime gameTime ) : void
Load ( GraphicsDevice gDev ) : void
Unload ( ) : void
Update ( GameTime time ) : void

Method Details

BlackScreen() public method

public BlackScreen ( Game1 game ) : System
game Game1
return System

Draw() public method

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Load() public method

public Load ( GraphicsDevice gDev ) : void
gDev GraphicsDevice
return void

Unload() public method

public Unload ( ) : void
return void

Update() public method

public Update ( GameTime time ) : void
time Microsoft.Xna.Framework.GameTime
return void

Property Details

black public property

public Texture2D,Microsoft.Xna.Framework.Graphics black
return Microsoft.Xna.Framework.Graphics.Texture2D