C# Class HealthController

Inheritance: MonoBehaviour
Exibir arquivo Open project: mezosaurus/eae-project Class Usage Examples

Public Properties

Property Type Description
playerHealth int

Public Methods

Method Description
AddHealth ( int health ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

AddHealth() public method

public AddHealth ( int health ) : void
health int
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

playerHealth public_oe property

public int playerHealth
return int