C# Class EnergyIndicator, Hero.Coli

Inheritance: MonoBehaviour
Show file Open project: CyberCRI/Hero.Coli Class Usage Examples

Public Properties

Property Type Description
hero Hero,
maxEnergy int
startEnergy float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

hero public property

public Hero, hero
return Hero,

maxEnergy public property

public int maxEnergy
return int

startEnergy public property

public float startEnergy
return float