C# Class PGCGame.Screens.SelectScreens.WeaponSelectScreen

Inheritance: BaseSelectScreen
ファイルを表示 Open project: GreatMindsRobotics/PGCGame Class Usage Examples

Public Methods

Method Description
InitScreen ( ScreenType screenType ) : void
Update ( GameTime gameTime ) : void
WeaponSelectScreen ( SpriteBatch spriteBatch ) : System

Private Methods

Method Description
Shop_PurchaseScreenSelected ( object sender, EventArgs e ) : void
WeaponSelectScreen_ChangeItem ( object sender, EventArgs e ) : void
WeaponSelectScreen_nextButtonClicked ( object sender, EventArgs e ) : void

Method Details

InitScreen() public method

public InitScreen ( ScreenType screenType ) : void
screenType ScreenType
return void

Update() public method

public Update ( GameTime gameTime ) : void
gameTime GameTime
return void

WeaponSelectScreen() public method

public WeaponSelectScreen ( SpriteBatch spriteBatch ) : System
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return System