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
Afficher le fichier Open project: hankmorgan/UnderworldExporter

Méthodes publiques

Свойство Type Description
Key long
anim Animator
isNPC bool
state int

Méthodes publiques

Méthode Description
ApplyEffect ( ) : void
CancelEffect ( ) : void
Update ( ) : void

Method Details

ApplyEffect() public méthode

public ApplyEffect ( ) : void
Résultat void

CancelEffect() public méthode

public CancelEffect ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Key public_oe property

public long Key
Résultat long

anim public_oe property

public Animator anim
Résultat Animator

isNPC public_oe property

public bool isNPC
Résultat bool

state public_oe property

public int state
Résultat int