C# Class StealthGem, angrygoats

Purpose: The stealth/purple gem. This is useful for speed runners as it causes you to be undetectable by enemies for a period of time.
Inheritance: GenericGem
Afficher le fichier Open project: dulb640/angrygoats

Méthodes publiques

Свойство Type Description
isInvis bool
oldRoom GameObject

Méthodes publiques

Méthode Description
castAnimation ( ) : void

Méthodes protégées

Méthode Description
Update ( ) : void
doEffect ( ) : void

Method Details

Update() protected méthode

protected Update ( ) : void
Résultat void

castAnimation() public méthode

public castAnimation ( ) : void
Résultat void

doEffect() protected méthode

protected doEffect ( ) : void
Résultat void

Property Details

isInvis public_oe property

public bool isInvis
Résultat bool

oldRoom public_oe property

public GameObject oldRoom
Résultat GameObject