C# Class Boss1_Manager, scriptcaster

Inheritance: MonoBehaviour
Afficher le fichier Open project: crazymeeshu/scriptcaster

Méthodes publiques

Свойство Type Description
attackStarted bool
canbreakwall bool
health float
healthbar GameObject
isattacking bool
maxhealth float
stunned bool

Méthodes publiques

Méthode Description
SetHealth ( float newhealth ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
Win ( ) : IEnumerator

Method Details

SetHealth() public méthode

public SetHealth ( float newhealth ) : void
newhealth float
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

attackStarted public_oe property

public bool attackStarted
Résultat bool

canbreakwall public_oe property

public bool canbreakwall
Résultat bool

health public_oe property

public float health
Résultat float

healthbar public_oe property

public GameObject healthbar
Résultat GameObject

isattacking public_oe property

public bool isattacking
Résultat bool

maxhealth public_oe property

public float maxhealth
Résultat float

stunned public_oe property

public bool stunned
Résultat bool