Show / Hide Table of Contents

    Class CurrencyUnlockRewardData

    Inheritance
    Object
    CurrencyRewardData
    CurrencyUnlockRewardData
    Implements
    ICurrencyUnlockRewardData
    ICurrencyRewardData
    IRangeRewardData
    IRewardData
    IPayoutEntityData
    IEntityData
    IData
    Inherited Members
    CurrencyRewardData._id
    CurrencyRewardData.Id
    CurrencyRewardData._currencyId
    CurrencyRewardData.CurrencyId
    CurrencyRewardData._min
    CurrencyRewardData.Min
    CurrencyRewardData._max
    CurrencyRewardData.Max
    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 CurrencyUnlockRewardData : CurrencyRewardData, ICurrencyUnlockRewardData, ICurrencyRewardData, IRangeRewardData, IRewardData, IPayoutEntityData, IEntityData, IData

    Constructors

    CurrencyUnlockRewardData()

    Declaration
    public CurrencyUnlockRewardData()

    CurrencyUnlockRewardData(String, String, Double, Double, Double, Double)

    Declaration
    public CurrencyUnlockRewardData(string id, string currencyId, double min, double max, double fallbackMin, double fallbackMax)
    Parameters
    Type Name Description
    String id
    String currencyId
    Double min
    Double max
    Double fallbackMin
    Double fallbackMax

    Fields

    _fallbackMax

    Declaration
    protected double _fallbackMax
    Field Value
    Type Description
    Double

    _fallbackMin

    Declaration
    protected double _fallbackMin
    Field Value
    Type Description
    Double

    Properties

    FallbackMax

    Declaration
    public virtual double FallbackMax { get; }
    Property Value
    Type Description
    Double

    FallbackMin

    Declaration
    public virtual double FallbackMin { get; }
    Property Value
    Type Description
    Double

    Methods

    CreateEntity()

    Declaration
    public override IEntity CreateEntity()
    Returns
    Type Description
    IEntity
    Overrides
    CurrencyRewardData.CreateEntity()

    Implements

    ICurrencyUnlockRewardData
    ICurrencyRewardData
    IRangeRewardData
    IRewardData
    IPayoutEntityData
    IEntityData
    IData
    Back to top Copyright © 2020 East Side Games Inc.