Class ModifierIndexChangedAction
Fired when a modifier's ModifierDataIndex will change
Inheritance
ModifierIndexChangedAction
Inherited Members
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public class ModifierIndexChangedAction : ModifierChangedAction
Constructors
ModifierIndexChangedAction()
Declaration
public ModifierIndexChangedAction()
Properties
NewIndex
Declaration
public int NewIndex { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
PreviousIndex
Declaration
public int PreviousIndex { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
ResetAction()
Declaration
public override void ResetAction()