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

Search Results for

    Class HeroFloatingInfoResistBorderData

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

    Properties

    | Improve this Doc View Source

    ArmorBorders

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

    ArmorThresholds

    Declaration
    public MetaContainer<float> ArmorThresholds { get; set; }
    Property Value
    Type Description
    MetaContainer<System.Single>
    | Improve this Doc View Source

    ComboBorders

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

    MagicResistBorders

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

    MagicResistThresholds

    Declaration
    public MetaContainer<float> MagicResistThresholds { get; set; }
    Property Value
    Type Description
    MetaContainer<System.Single>

    Implements

    IMetaClass