Show / Hide Table of Contents

    Interface IRarityData

    This class currently acts as a special ITagData that can be identified by its type. For example, a rarityData is treated as a ITagData where only one can be applied to a single ICurrency. This is opposed to ICurrency tags where a single ICurrency can hold many ITagDatas. Them being separate types is also helpful for allowing the GuidReferenceAttribute control which of the two types can show up in which dropdowns in the Unity Inspector.

    Inherited Members
    IStaticData.id
    Namespace: IdleKit.Framework
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IRarityData : ITagData, IStaticData

    Properties

    defaultExchangeValue

    The default value associated with the Rarity. Can be used by other entities when implementing GetExchangeValue()

    Declaration
    double defaultExchangeValue { get; }
    Property Value
    Type Description
    Double
    Back to top Copyright © 2020 East Side Games Inc.