Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
SpellEffectFreezeTime
C# Class SpellEffectFreezeTime, UnderworldExporter
Pauses animations and movement for the npc Effect applies to player and npc. Player effect is used for controlling the stop time state.
Inheritance:
SpellEffect
ファイルを表示
Open project: hankmorgan/UnderworldExporter
Public Properties
Property
Type
Description
Key
long
anim
Animator
isNPC
bool
state
int
Public Methods
Method
Description
ApplyEffect
( ) :
void
CancelEffect
( ) :
void
Update
( ) :
void
Method Details
ApplyEffect()
public
method
public
ApplyEffect
( ) :
void
return
void
CancelEffect()
public
method
public
CancelEffect
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
Key
public_oe property
public
long
Key
return
long
anim
public_oe property
public
Animator
anim
return
Animator
isNPC
public_oe property
public
bool
isNPC
return
bool
state
public_oe property
public
int
state
return
int