Class HudPlayerResourceBars
Inheritance
System.Object
HudPlayerResourceBars
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 HudPlayerResourceBars : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public HudAbilityResourceThresholdIndicator ArThresholdIndicator { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ExperienceBar { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ExperienceHitRegion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<UiElementMeterSkin> HealthAnimatedMeterSkin { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash HealthHitRegion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<HealthMeter> HealthMeter { get; set; }
Property Value
|
Improve this Doc
View Source
HealthRegenText
Declaration
public MetaHash HealthRegenText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ParHitRegion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<AbilityResourceBarData> ParMeterData { get; set; }
Property Value
|
Improve this Doc
View Source
ParRegenText
Declaration
public MetaHash ParRegenText { get; set; }
Property Value
|
Improve this Doc
View Source
SarText
Declaration
public MetaHash SarText { get; set; }
Property Value
Implements