Class TftTraitData
Inheritance
System.Object
TftTraitData
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 TftTraitData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public Color ActiveIconColor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<TftConditionalTraitSetData>> ConditionalTraitSets { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string DescriptionNameTra { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string DisplayNameTra { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public uint IconDisplayStyle { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public string IconPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<TftBaseTraitSetData>> InnateTraitSets { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string m1947563458 { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public bool m3937826948 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public bool ShowTraitContribution { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public byte TraitProgressionDisplay { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public byte TraitType { get; set; }
Property Value
Type |
Description |
System.Byte |
|
Implements