C# Class OneVsMany.Hud

Inheritance: MonoBehaviour
Afficher le fichier Open project: areilly711/unity_ecs Class Usage Examples

Méthodes publiques

Méthode Description
Restart ( ) : void
SetHealth ( float health ) : void
SetMaxHealth ( float maxHealth ) : void
SetScore ( int score ) : void
ShowGameOver ( ) : void

Private Methods

Méthode Description
Start ( ) : void

Method Details

Restart() public méthode

public Restart ( ) : void
Résultat void

SetHealth() public méthode

public SetHealth ( float health ) : void
health float
Résultat void

SetMaxHealth() public méthode

public SetMaxHealth ( float maxHealth ) : void
maxHealth float
Résultat void

SetScore() public méthode

public SetScore ( int score ) : void
score int
Résultat void

ShowGameOver() public méthode

public ShowGameOver ( ) : void
Résultat void