Class LoadingScreenPlayerCardClassicData
Inheritance
System.Object
LoadingScreenPlayerCardClassicData
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 LoadingScreenPlayerCardClassicData : LoadingScreenPlayerCardBaseData, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash Border { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash BorderScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<LoadingScreenChallengesData> Challenges { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> CharacterSkinName { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash CharacterSplash { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<LoadingScreenEmblemData> CharacterSplashEmblem { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<LoadingScreenHonorFlairData> Honor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<LoadingScreenChampionMasteryData> Mastery { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<LoadingScreenPlayerCardClassicSpellData>> Perks { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink RankedFrames { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<LoadingScreenRegaliaData> Regalia { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> SummonerIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<LoadingScreenSummonerNameData> SummonerName { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<LoadingScreenPlayerCardClassicSpellData>> SummonerSpells { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<LoadingScreenSummonerTitleData> SummonerTitle { get; set; }
Property Value
Implements