Class TftCombatRecapPanelTemplate
Inheritance
System.Object
TftCombatRecapPanelTemplate
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 TftCombatRecapPanelTemplate : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash LeftViewPanelink { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ModeLabel { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash OpponentBackground { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash OpponentFillMeter { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash OpponentFrame { get; set; }
Property Value
|
Improve this Doc
View Source
OpponentHealthText
Declaration
public MetaHash OpponentHealthText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash OpponentIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash PlayerName { 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 ViewPaneLink { get; set; }
Property Value
Implements