C# Class PGCGame.Screens.SelectScreens.TierSelect

Inheritance: BaseSelectScreen
Afficher le fichier Open project: GreatMindsRobotics/PGCGame Class Usage Examples

Méthodes publiques

Méthode Description
InitScreen ( ScreenType screenType ) : void
TierSelect ( SpriteBatch spriteBatch ) : System
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
Shop_PurchaseScreenSelected ( object sender, EventArgs e ) : void
TierSelect_ChangeItem ( object sender, EventArgs e ) : void
TierSelect_nextButtonClicked ( object sender, EventArgs e ) : void

Method Details

InitScreen() public méthode

public InitScreen ( ScreenType screenType ) : void
screenType ScreenType
Résultat void

TierSelect() public méthode

public TierSelect ( SpriteBatch spriteBatch ) : System
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat System

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime GameTime
Résultat void