Class MatchHistoryPlayerTemplate
Inheritance
System.Object
MatchHistoryPlayerTemplate
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
Syntax
public class MatchHistoryPlayerTemplate : IMetaClass
Properties
|
Improve this Doc
View Source
AugmentContainerIcon
Declaration
public MetaHash AugmentContainerIcon { get; set; }
Property Value
|
Improve this Doc
View Source
AugmentContainerIconFrame
Declaration
public MetaHash AugmentContainerIconFrame { get; set; }
Property Value
|
Improve this Doc
View Source
AugmentIcons
Declaration
public MetaContainer<MetaHash> AugmentIcons { get; set; }
Property Value
|
Improve this Doc
View Source
AugmentTooltipButton
Declaration
public MetaHash AugmentTooltipButton { get; set; }
Property Value
|
Improve this Doc
View Source
EmptyUnitGroup
Declaration
public MetaHash EmptyUnitGroup { get; set; }
Property Value
|
Improve this Doc
View Source
Group
Declaration
public MetaHash Group { get; set; }
Property Value
|
Improve this Doc
View Source
MatchDateText
Declaration
public MetaHash MatchDateText { get; set; }
Property Value
|
Improve this Doc
View Source
MatchTypeDurationText
Declaration
public MetaHash MatchTypeDurationText { get; set; }
Property Value
|
Improve this Doc
View Source
PlacementBanners
Declaration
public MetaContainer<MetaHash> PlacementBanners { get; set; }
Property Value
|
Improve this Doc
View Source
PlacementText
Declaration
public MetaHash PlacementText { get; set; }
Property Value
|
Improve this Doc
View Source
PlayerIcon
Declaration
public MetaHash PlayerIcon { get; set; }
Property Value
|
Improve this Doc
View Source
TraitGrid
Declaration
public MetaHash TraitGrid { get; set; }
Property Value
|
Improve this Doc
View Source
UnitCountText
Declaration
public MetaHash UnitCountText { get; set; }
Property Value
|
Improve this Doc
View Source
UnitGrid
Declaration
public MetaHash UnitGrid { get; set; }
Property Value
Implements