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

Search Results for

    Class HealthBarData

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

    Properties

    | Improve this Doc View Source

    Backdrop

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

    ExtraBars

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

    FadeData

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

    Frame

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

    Healthbar

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

    IncomingDamageBar

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

    MaxHpPenaltyBar

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

    MaxHpPenaltyDivider

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

    TextData

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

    TickStyle

    Declaration
    public HealthBarTickStyleBase TickStyle { get; set; }
    Property Value
    Type Description
    HealthBarTickStyleBase

    Implements

    IMetaClass