Show / Hide Table of Contents

    Class WaitToBuyState

    Inheritance
    Object
    WaitToBuyState
    Implements
    IWaitToBuyState
    IGeneratorState
    IInjectable
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public class WaitToBuyState : IWaitToBuyState, IGeneratorState, IInjectable

    Properties

    CanAutomate

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

    CanBuy

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

    CanCollect

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

    CanIncrementGeneratorUnit

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

    GeneratorStateType

    Declaration
    public virtual string GeneratorStateType { get; }
    Property Value
    Type Description
    String

    Progress

    Declaration
    public virtual float Progress { get; }
    Property Value
    Type Description
    Single

    Methods

    Enter(IBaseCollectorEntity, IGeneratorState)

    Declaration
    public virtual void Enter(IBaseCollectorEntity baseCollectorEntity, IGeneratorState previousState)
    Parameters
    Type Name Description
    IBaseCollectorEntity baseCollectorEntity
    IGeneratorState previousState

    Exit(IGeneratorState)

    Declaration
    public virtual void Exit(IGeneratorState nextState)
    Parameters
    Type Name Description
    IGeneratorState nextState

    Inject(IResolver)

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

    RefreshTimer()

    Declaration
    public virtual void RefreshTimer()

    Implements

    IWaitToBuyState
    IGeneratorState
    IInjectable
    Back to top Copyright © 2020 East Side Games Inc.