Class HealthBarData
Inheritance
System.Object
HealthBarData
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()
Assembly: LeagueToolkit.Meta.Classes.dll
public class HealthBarData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash Backdrop { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public HealthBarExtraBarsData ExtraBars { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public HealthBarFadeData FadeData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Frame { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<BarTypeMap> Healthbar { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash IncomingDamageBar { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MaxHpPenaltyBar { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MaxHpPenaltyDivider { get; set; }
Property Value
|
Improve this Doc
View Source
TextData
Declaration
public HealthBarTextData TextData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public HealthBarTickStyleBase TickStyle { get; set; }
Property Value
Implements