Свойство | Type | Description | |
---|---|---|---|
Multiplier | float | ||
deathAnimation | ParticleEmitter |
Méthode | Description | |
---|---|---|
DecrementHealth ( int amount ) : void | ||
IncremeentHealth ( int amount ) : void | ||
IncrementScore ( int amount ) : void | ||
IsAliveCheck ( ) : bool | ||
UpdateScore ( ) : void |
Méthode | Description | |
---|---|---|
Start ( ) : void | ||
Update ( ) : void |
public static DecrementHealth ( int amount ) : void | ||
amount | int | |
Résultat | void |
public static IncremeentHealth ( int amount ) : void | ||
amount | int | |
Résultat | void |
public IncrementScore ( int amount ) : void | ||
amount | int | |
Résultat | void |