C# Class MyPolarBear.GameScreens.HUDScreen

Inheritance: Screen
Afficher le fichier Open project: sgdc/sgdc-old Class Usage Examples

Méthodes publiques

Méthode Description
DrawDisplay ( SpriteBatch spriteBatch ) : void
DrawHealth ( SpriteBatch spriteBatch ) : void
DrawMeter ( SpriteBatch spriteBatch ) : void
DrawNumberOfAnimals ( SpriteBatch spriteBatch ) : void
DrawNumberOfEnemies ( SpriteBatch spriteBatch ) : void
DrawNumberOfSeeds ( SpriteBatch spriteBatch ) : void
DrawPowerSelector ( SpriteBatch spriteBatch ) : void
DrawReticule ( SpriteBatch spriteBatch ) : void
HUDScreen ( ScreenType screenType ) : System

Method Details

DrawDisplay() public méthode

public DrawDisplay ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

DrawHealth() public méthode

public DrawHealth ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

DrawMeter() public méthode

public DrawMeter ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

DrawNumberOfAnimals() public méthode

public DrawNumberOfAnimals ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

DrawNumberOfEnemies() public méthode

public DrawNumberOfEnemies ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

DrawNumberOfSeeds() public méthode

public DrawNumberOfSeeds ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

DrawPowerSelector() public méthode

public DrawPowerSelector ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

DrawReticule() public méthode

public DrawReticule ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

HUDScreen() public méthode

public HUDScreen ( ScreenType screenType ) : System
screenType ScreenType
Résultat System