Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
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
Mostra file
Open project: dulb640/angrygoats
Class Usage Examples
Public Methods
Method
Description
addFactor
(
float
factor
) :
void
updateEndTime
(
float
time
) :
void
Private Methods
Method
Description
Start
( ) :
void
Update
( ) :
void
Method Details
addFactor()
public
method
public
addFactor
(
float
factor
) :
void
factor
float
return
void
updateEndTime()
public
method
public
updateEndTime
(
float
time
) :
void
time
float
return
void