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

Afficher le fichier Open project: scastle/Solitude Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( ) : void
HealthBar ( int currentHealth, int totalHealth ) : System
Update ( ) : void

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

HealthBar() public méthode

public HealthBar ( int currentHealth, int totalHealth ) : System
currentHealth int
totalHealth int
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void