Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
IceCurse
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