Show / Hide Table of Contents

    Class ToggleActivatableStateAction

    Set active status of a IActivatable.

    Inheritance
    Object
    ToggleActivatableStateAction
    ToggleMilestoneStateAction
    ToggleTimedActivatableStateAction
    ToggleTrackStateAction
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class ToggleActivatableStateAction : IStateAction

    Fields

    _activate

    Declaration
    protected bool _activate
    Field Value
    Type Description
    Boolean

    _typesToDispatchAs

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

    Properties

    Activate

    Declaration
    public virtual bool Activate { get; }
    Property Value
    Type Description
    Boolean

    TypesToDispatchAs

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

    Methods

    Apply()

    Declaration
    public abstract void Apply()

    Inject(IResolver)

    Declaration
    public virtual void Inject(IResolver resolver)
    Parameters
    Type Name Description
    IResolver resolver

    ResetAction()

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