C# Class MyPolarBear.GameScreens.HUDScreen

Inheritance: Screen
Mostrar archivo Open project: sgdc/sgdc-old Class Usage Examples

Public Methods

Method 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 method

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

DrawHealth() public method

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

DrawMeter() public method

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

DrawNumberOfAnimals() public method

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

DrawNumberOfEnemies() public method

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

DrawNumberOfSeeds() public method

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

DrawPowerSelector() public method

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

DrawReticule() public method

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

HUDScreen() public method

public HUDScreen ( ScreenType screenType ) : System
screenType ScreenType
return System