C# Class PGCGame.Screens.Multiplayer.MulitplayerShipSelectScreen

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

Public Methods

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

Private Methods

Method Description
MulitplayerShipSelectScreen_ChangeItem ( object sender, EventArgs e ) : void
MulitplayerShipSelectScreen_nextButtonClicked ( object sender, EventArgs e ) : void

Method Details

InitScreen() public method

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

MulitplayerShipSelectScreen() public method

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

Update() public method

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