C# Class StalactiteDamage, Heracles

Inheritance: MonoBehaviour
Afficher le fichier Open project: TrinityUniversityGameDesign/Heracles

Méthodes publiques

Свойство Type Description
healthPhases int[]
isInvincible bool

Méthodes publiques

Méthode Description
DoDamage ( int amount ) : void
DoDie ( ) : void
GetHealth ( ) : int
GetPhase ( ) : int
Start ( ) : void
setupNewPhase ( ) : void

Method Details

DoDamage() public méthode

public DoDamage ( int amount ) : void
amount int
Résultat void

DoDie() public méthode

public DoDie ( ) : void
Résultat void

GetHealth() public méthode

public GetHealth ( ) : int
Résultat int

GetPhase() public méthode

public GetPhase ( ) : int
Résultat int

Start() public méthode

public Start ( ) : void
Résultat void

setupNewPhase() public méthode

public setupNewPhase ( ) : void
Résultat void

Property Details

healthPhases public_oe property

public int[] healthPhases
Résultat int[]

isInvincible public_oe property

public bool isInvincible
Résultat bool