Show / Hide Table of Contents

    Class ModifierAction

    The base type for all IModifier and IModifierService related IAction

    Inheritance
    Object
    ModifierAction
    ModifierChangedAction
    ModifierRegisteredAction
    ModifierUnregisteredAction
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class ModifierAction : IAction

    Fields

    _typesToDispatchAs

    Declaration
    protected Type[] _typesToDispatchAs
    Field Value
    Type Description
    Type[]

    Properties

    Modifier

    The IModifier that began production

    Declaration
    public IModifier Modifier { get; set; }
    Property Value
    Type Description
    IModifier

    TypesToDispatchAs

    Declaration
    public virtual Type[] TypesToDispatchAs { get; }
    Property Value
    Type Description
    Type[]

    Methods

    ResetAction()

    Declaration
    public virtual void ResetAction()
    Back to top Copyright © 2020 East Side Games Inc.