Class UnitShopItemData
Inheritance
System.Object
UnitShopItemData
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 UnitShopItemData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash ClickRejectedVfx { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Description { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Dictionary<byte, MetaEmbedded<Class0x6c66eae4>> Frames { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash FramesOld { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash GoldCostIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash GoldCostIconDisabled { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash HealthCostIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash HealthCostIconDisabled { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash HighlightOnestar { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash HighlightThreestar { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash HighlightTwostar { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash HitTarget { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Rarity6CostHealthVfx { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Scene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Dictionary<MetaHash, MetaHash> Styles { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash TeamPlanReminder { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<UnitShopDisplayTraitData>> Traits { get; set; }
Property Value
|
Improve this Doc
View Source
UnitCostText
Declaration
public MetaHash UnitCostText { get; set; }
Property Value
|
Improve this Doc
View Source
UnitNameText
Declaration
public MetaHash UnitNameText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash UnitPortrait { get; set; }
Property Value
Implements