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

Search Results for

    Class HudItemShopItemIconDefinition

    Inheritance
    System.Object
    HudItemShopItemIconDefinition
    HudItemShopRecItemCardDefinition
    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 HudItemShopItemIconDefinition : IMetaClass

    Properties

    | Improve this Doc View Source

    CooldownEffectData

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

    CostText

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

    CostTextSelected

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

    CostTextUnpurchaseable

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

    FrameIcon

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

    HitRegion

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

    HoverFrameIcon

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

    HoverIcon

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

    ItemIcon

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

    LockedHoverIcon

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

    LockedIcon

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

    MythicFrameIcon

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

    MythicPurchaseableVfx

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

    MythicPurchasedVfx

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

    NameText

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

    OffsetRegion

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

    OrnnFrame

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

    PopularIcon

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

    PurchaseableVfx

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

    PurchasedOverlay

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

    RecentlyChangedIcon

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

    SelectedIcon

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

    SelectedVfx

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

    UnpurchaseableOverlay

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

    Implements

    IMetaClass