C# Class EnemyHealth, Castle-Bashers

Inheritance: MonoBehaviour
Afficher le fichier Open project: DevelopersGuild/Castle-Bashers Class Usage Examples

Méthodes publiques

Свойство Type Description
startingHealth float

Méthodes publiques

Méthode Description
Death ( ) : void
Start ( ) : void
getCurrentHp ( ) : float
regen ( ) : void
takeDamage ( float dmg ) : void

Method Details

Death() public méthode

public Death ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

getCurrentHp() public méthode

public getCurrentHp ( ) : float
Résultat float

regen() public méthode

public regen ( ) : void
Résultat void

takeDamage() public méthode

public takeDamage ( float dmg ) : void
dmg float
Résultat void

Property Details

startingHealth public_oe property

public float startingHealth
Résultat float