Class TftCombatRecapLineTemplate
Inheritance
System.Object
TftCombatRecapLineTemplate
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 TftCombatRecapLineTemplate : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash HitRegion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MeterFillHealCasted { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MeterFillMagicBlocked { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MeterFillMagicDealt { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MeterFillPhysicalBlocked { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MeterFillPhysicalDealt { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MeterFillShieldGranted { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MeterFillTotal { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MeterFillTrueBlocked { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MeterFillTrueDealt { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Scene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash SelectedIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> StarBadges { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> StarBorders { get; set; }
Property Value
|
Improve this Doc
View Source
TextAmountTotal
Declaration
public MetaHash TextAmountTotal { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash TooltipRegion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float TransitionTime { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaHash UnitEmptySlot { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash UnitIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> UnitSlotRegions { get; set; }
Property Value
Implements