League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class UnitShopItemData

    Inheritance
    System.Object
    UnitShopItemData
    Implements
    IMetaClass
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: LeagueToolkit.Meta.Classes
    Assembly: LeagueToolkit.Meta.Classes.dll
    Syntax
    public class UnitShopItemData : IMetaClass

    Properties

    | Improve this Doc View Source

    ClickRejectedVfx

    Declaration
    public MetaHash ClickRejectedVfx { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    Description

    Declaration
    public MetaHash Description { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    Frames

    Declaration
    public Dictionary<byte, MetaEmbedded<Class0x6c66eae4>> Frames { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.Byte, MetaEmbedded<Class0x6c66eae4>>
    | Improve this Doc View Source

    FramesOld

    Declaration
    public MetaHash FramesOld { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    GoldCostIcon

    Declaration
    public MetaHash GoldCostIcon { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    GoldCostIconDisabled

    Declaration
    public MetaHash GoldCostIconDisabled { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    HealthCostIcon

    Declaration
    public MetaHash HealthCostIcon { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    HealthCostIconDisabled

    Declaration
    public MetaHash HealthCostIconDisabled { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    HighlightOnestar

    Declaration
    public MetaHash HighlightOnestar { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    HighlightThreestar

    Declaration
    public MetaHash HighlightThreestar { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    HighlightTwostar

    Declaration
    public MetaHash HighlightTwostar { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    HitTarget

    Declaration
    public MetaHash HitTarget { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    Rarity6CostHealthVfx

    Declaration
    public MetaHash Rarity6CostHealthVfx { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    Scene

    Declaration
    public MetaHash Scene { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    Styles

    Declaration
    public Dictionary<MetaHash, MetaHash> Styles { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<MetaHash, MetaHash>
    | Improve this Doc View Source

    TeamPlanReminder

    Declaration
    public MetaHash TeamPlanReminder { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    Traits

    Declaration
    public MetaContainer<MetaEmbedded<UnitShopDisplayTraitData>> Traits { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaEmbedded<UnitShopDisplayTraitData>>
    | Improve this Doc View Source

    UnitCostText

    Declaration
    public MetaHash UnitCostText { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    UnitNameText

    Declaration
    public MetaHash UnitNameText { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    UnitPortrait

    Declaration
    public MetaHash UnitPortrait { get; set; }
    Property Value
    Type Description
    MetaHash

    Implements

    IMetaClass