C# Class GPSTD_RM.AboutScreen

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

Public Properties

Property Type Description
WhiteBoard Microsoft.Xna.Framework.Graphics.Texture2D
small_logo Microsoft.Xna.Framework.Graphics.Texture2D

Public Methods

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

Method Details

AboutScreen() public method

public AboutScreen ( 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 gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Property Details

WhiteBoard public property

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

small_logo public property

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