C# Class IceCurse, angrygoats

Purpose: The curse which makes sure the enemies which have it are slowed in movement speed for a period of time.
Inheritance: MonoBehaviour
Afficher le fichier Open project: dulb640/angrygoats Class Usage Examples

Méthodes publiques

Méthode Description
addFactor ( float factor ) : void
updateEndTime ( float time ) : void

Private Methods

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

Method Details

addFactor() public méthode

public addFactor ( float factor ) : void
factor float
Résultat void

updateEndTime() public méthode

public updateEndTime ( float time ) : void
time float
Résultat void