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

Search Results for

    Class SpellSlotPassiveUiDefinition

    Inheritance
    System.Object
    SpellSlotBasicUiDefinition
    SpellSlotPassiveUiDefinition
    SpellSlotDetailedUiDefinition
    Implements
    IMetaClass
    Inherited Members
    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 SpellSlotPassiveUiDefinition : SpellSlotBasicUiDefinition, IMetaClass

    Properties

    | Improve this Doc View Source

    BorderDisabled

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

    BorderEnabled

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

    CooldownUiData

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

    OverlayDisabled

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

    Implements

    IMetaClass