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

Search Results for

    Class SpellSlotDetailedUiDefinition

    Inheritance
    System.Object
    SpellSlotBasicUiDefinition
    SpellSlotPassiveUiDefinition
    SpellSlotDetailedUiDefinition
    Implements
    IMetaClass
    Inherited Members
    SpellSlotPassiveUiDefinition.OverlayDisabled
    SpellSlotPassiveUiDefinition.BorderEnabled
    SpellSlotPassiveUiDefinition.BorderDisabled
    SpellSlotPassiveUiDefinition.CooldownUiData
    SpellSlotBasicUiDefinition.ContentElement
    SpellSlotBasicUiDefinition.MouseoverRegion
    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 SpellSlotDetailedUiDefinition : SpellSlotPassiveUiDefinition, IMetaClass

    Properties

    | Improve this Doc View Source

    AmmoBg

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

    AmmoFx

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

    AmmoText

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

    BuffTimer

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

    CooldownGem

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

    Cost

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

    CostBg

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

    Hotkey

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

    HotKeyBg

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

    OverlayCced

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

    OverlayOom

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

    ResetFlashFxAttention

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

    ToggleFx

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

    Implements

    IMetaClass