C# Class Project290.Games.Solitude.SolitudeHUD.HealthBar

Datei anzeigen Open project: scastle/Solitude Class Usage Examples

Public Methods

Method Description
Draw ( ) : void
HealthBar ( int currentHealth, int totalHealth ) : System
Update ( ) : void

Method Details

Draw() public method

public Draw ( ) : void
return void

HealthBar() public method

public HealthBar ( int currentHealth, int totalHealth ) : System
currentHealth int
totalHealth int
return System

Update() public method

public Update ( ) : void
return void