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
Show file 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 property

public long Key
return long

anim public property

public Animator anim
return Animator

isNPC public property

public bool isNPC
return bool

state public property

public int state
return int