C# Class CrisisAtSwissStation.MenuScreenGraphical

Inheritance: MenuScreen
Mostra file Open project: danielpcox/Crisis-at-Swiss-Station

Public Methods

Method Description
Draw ( SpriteBatch spriteBatch ) : void
MenuScreenGraphical ( ) : System
Update ( ) : void

Method Details

Draw() public method

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

MenuScreenGraphical() public method

public MenuScreenGraphical ( ) : System
return System

Update() public method

public Update ( ) : void
return void