Class ScoreLineSrUiData
Inheritance
System.Object
ScoreLineSrUiData
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 ScoreLineSrUiData : ScoreLineBaseUiData, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<SimpleItemSlots> ItemSlots { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<ChampionPerkKeystoneUiData> Keystone { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash m2676122923 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MuteAllButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MuteModalAnchor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MuteSelfButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash OpenMuteModalButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash OpenReportModalButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash SelfSlotHighlight { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash SocialTooltipAnchor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<ScoreLineSpellSlots> SpellSlots { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<SummonerNameUiData> SummonerName { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<CooldownGemUiData> UltCooldownGem { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<UnitLevelUiData> UnitLevel { get; set; }
Property Value
Implements