C# Class Gravitation.SpriteObjects.HUD.HUD

Inheritance: Sprite
Show file Open project: thedamoes/Gravitation

Public Methods

Method Description
AddHUDDObject ( HUDItem huddObject ) : void
Draw ( Microsoft theSpriteBatch ) : void
LoadContent ( Microsoft theContentManager ) : void

Method Details

AddHUDDObject() public method

public AddHUDDObject ( HUDItem huddObject ) : void
huddObject HUDItem
return void

Draw() public method

public Draw ( Microsoft theSpriteBatch ) : void
theSpriteBatch Microsoft
return void

LoadContent() public method

public LoadContent ( Microsoft theContentManager ) : void
theContentManager Microsoft
return void