Class UnitFloatingInfoBarData
Inheritance
System.Object
UnitFloatingInfoBarData
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 UnitFloatingInfoBarData : FloatingInfoBarData, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash Aggro { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Border { 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 MetaEmbedded<HealthBarData> Healthbar { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Highlight { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public HeroFloatingInfoIconsData Icons { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ObjectiveBountyAlly { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ObjectiveBountyEnemy { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public AbilityResourceBarData ParBar { get; set; }
Property Value
Implements