Class TftArmorySlotData
Inheritance
System.Object
TftArmorySlotData
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 TftArmorySlotData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TftArmoryBadgeDisplayData> BadgeData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Dictionary<string, MetaEmbedded<TftArmoryButtonStyleData>> ButtonStyles { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> CharacterTierGroups { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TftArmoryButtonStyleData> DefaultButtonStyle { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> DesaturateOnInactive { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ElementGroup { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash IconMaskRegion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public byte ItemAction { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public MetaHash ItemActionButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ItemDragRegion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ItemFootprintSelectedVfx { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ItemFootprintUnselectedVfx { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ItemIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ItemIconBordered { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public byte m3163504085 { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public MetaHash RecipeHintButton { get; set; }
Property Value
|
Improve this Doc
View Source
SelectionCostText
Declaration
public MetaHash SelectionCostText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<TftArmoryItemTraitData>> Traits { get; set; }
Property Value
Implements