Show / Hide Table of Contents

    Interface ICollectorBalanceData

    A set of ICollectorEntity balance properties used for a specific ICollectorEntity.

    Inherited Members
    IBaseCollectorBalanceData.CostToBuy
    IBaseCollectorBalanceData.BuyCurrencyId
    IBaseCollectorBalanceData.UpgradeableCurrencyBuyRequirements
    IBaseCollectorBalanceData.BasePayoutAmount
    IBaseCollectorBalanceData.PayoutEntityId
    IBaseCollectorBalanceData.BaseDuration
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ICollectorBalanceData : IBaseCollectorBalanceData, IData

    Properties

    CanCollectOnBuy

    If true, the ICollectorEntity is in the WaitToCollect state when it is first unlocked. If false, it is in the Produce state.

    Declaration
    bool CanCollectOnBuy { get; }
    Property Value
    Type Description
    Boolean
    Back to top Copyright © 2020 East Side Games Inc.