Class DeathRecapDamageOverview
Inheritance
System.Object
DeathRecapDamageOverview
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 DeathRecapDamageOverview : IMetaClass
Properties
|
Improve this Doc
View Source
DamageByTypeValueText
Declaration
public MetaHash DamageByTypeValueText { get; set; }
Property Value
|
Improve this Doc
View Source
FightLengthValueText
Declaration
public MetaHash FightLengthValueText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash LegendMagicDamageIcon { get; set; }
Property Value
|
Improve this Doc
View Source
LegendMagicDamageValueText
Declaration
public MetaHash LegendMagicDamageValueText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash LegendPhysicalDamageIcon { get; set; }
Property Value
|
Improve this Doc
View Source
LegendPhysicalDamageValueText
Declaration
public MetaHash LegendPhysicalDamageValueText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash LegendTrueDamageIcon { get; set; }
Property Value
|
Improve this Doc
View Source
LegendTrueDamageValueText
Declaration
public MetaHash LegendTrueDamageValueText { get; set; }
Property Value
|
Improve this Doc
View Source
LossOfControlValueText
Declaration
public MetaHash LossOfControlValueText { get; set; }
Property Value
|
Improve this Doc
View Source
RadialTotalDamageValueText
Declaration
public MetaHash RadialTotalDamageValueText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<DamageTypeRadialChart> TotalDamageRadialChart { get; set; }
Property Value
Implements