Class HeroFloatingInfoBarData
Inheritance
System.Object
HeroFloatingInfoBarData
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 HeroFloatingInfoBarData : FloatingInfoBarData, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<HeroFloatingInfoBorderData> Borders { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public HeroFloatingInfoBountyData BountyData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<FloatingHealthBarBurstData> BurstData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash BurstFadeMeterOther { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash BurstFadeMeterSelf { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<FloatingHealthBarBurstHealData> BurstHealData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash BurstHealMeterAlly { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash BurstHealMeterEnemy { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash BurstHealMeterSelf { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash BurstHealMeterSelfColorblind { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public HeroFloatingInfoCharacterStateIndicatorData CharacterStateIndicators { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash DamageFlashMeter { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash DeathAnimAlly { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash DeathAnimEnemy { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Divider { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<HealthBarData> Healthbar { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public HeroFloatingInfoIconsData Icons { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public AbilityResourceBarData ParBar { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public AbilityResourceBarData SarBar { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public AbilityResourcePipsData SarPips { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<UiUnitStatusData> UnitStatus { get; set; }
Property Value
Implements