C# Class _1942.Hud

Datei anzeigen Open project: Hoobler/Projekt1 Class Usage Examples

Public Methods

Method Description
Draw ( SpriteBatch spritebatch ) : void
Hud ( ) : System
Update ( GameTime gameTime ) : void

Method Details

Draw() public method

public Draw ( SpriteBatch spritebatch ) : void
spritebatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

Hud() public method

public Hud ( ) : System
return System

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void