C# Class OneVsMany.Hud

Inheritance: MonoBehaviour
Show file Open project: areilly711/unity_ecs Class Usage Examples

Public Methods

Method Description
Restart ( ) : void
SetHealth ( float health ) : void
SetMaxHealth ( float maxHealth ) : void
SetScore ( int score ) : void
ShowGameOver ( ) : void

Private Methods

Method Description
Start ( ) : void

Method Details

Restart() public method

public Restart ( ) : void
return void

SetHealth() public method

public SetHealth ( float health ) : void
health float
return void

SetMaxHealth() public method

public SetMaxHealth ( float maxHealth ) : void
maxHealth float
return void

SetScore() public method

public SetScore ( int score ) : void
score int
return void

ShowGameOver() public method

public ShowGameOver ( ) : void
return void