Class TftTeamPlannerMemberData
Inheritance
System.Object
TftTeamPlannerMemberData
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 TftTeamPlannerMemberData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash Button { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Group { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash HoverEffectGlowChampion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash HoverEffectGlowTier { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> HoverEffectGlowTraitBackgrounds { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> HoverEffectGlowTraitIcons { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Icon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash SnapshotHighlight { get; set; }
Property Value
|
Improve this Doc
View Source
Text
Declaration
public MetaHash Text { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> Tiers { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<TftTeamPlannerMemberDisplayTrait>> Traits { get; set; }
Property Value
Implements