C# Class EnergyIndicator, Hero.Coli

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public Hero, hero
return Hero,

maxEnergy public_oe property

public int maxEnergy
return int

startEnergy public_oe property

public float startEnergy
return float