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

Search Results for

    Class HeroFloatingInfoBorderData

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

    Properties

    | Improve this Doc View Source

    AdditionalStatusIcons

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

    DefaultBorder

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

    DefenseModifierIcons

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

    ExecutableBorder

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

    HasAttachedAllyBorder

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

    InvulnerableBorder

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

    LevelText

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

    LevelTextColorAlly

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

    LevelTextColorEnemy

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

    LevelTextColorSelf

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

    LevelTextColorSelfColorblind

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

    ResistBorders

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

    SpellShieldBorder

    Declaration
    public HeroFloatingInfoBorderTypeData SpellShieldBorder { get; set; }
    Property Value
    Type Description
    HeroFloatingInfoBorderTypeData

    Implements

    IMetaClass