C# Class LifeIndicator, Hero.Coli

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

Public Properties

Property Type Description
hero Hero,
maxLife int
startLife 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,

maxLife public property

public int maxLife
return int

startLife public property

public float startLife
return float