C# Class HealthBlightGUIHandler, MagesOfBlight

Inheritance: MonoBehaviour
Datei anzeigen Open project: DomCristaldi/MagesOfBlight

Public Properties

Property Type Description
blightMeter Image
healthMeter Image
stats BaseStats,

Public Methods

Method Description
Update ( ) : void

Protected Methods

Method Description
Start ( ) : void

Method Details

Start() protected method

protected Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

blightMeter public_oe property

public Image blightMeter
return Image

healthMeter public_oe property

public Image healthMeter
return Image

stats public_oe property

public BaseStats, stats
return BaseStats,