Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
LifeIndicator
C# Class LifeIndicator, Hero.Coli
Inheritance:
MonoBehaviour
Datei anzeigen
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_oe property
public
Hero,
hero
return
Hero,
maxLife
public_oe property
public
int
maxLife
return
int
startLife
public_oe property
public
float
startLife
return
float