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