Class HudItemShopItemIconDefinition
Inheritance
System.Object
HudItemShopItemIconDefinition
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 HudItemShopItemIconDefinition : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<CooldownEffectUiData> CooldownEffectData { get; set; }
Property Value
|
Improve this Doc
View Source
CostText
Declaration
public MetaHash CostText { get; set; }
Property Value
|
Improve this Doc
View Source
CostTextSelected
Declaration
public MetaHash CostTextSelected { get; set; }
Property Value
|
Improve this Doc
View Source
CostTextUnpurchaseable
Declaration
public MetaHash CostTextUnpurchaseable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash FrameIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash HitRegion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash HoverFrameIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash HoverIcon { 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 LockedHoverIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash LockedIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MythicFrameIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MythicPurchaseableVfx { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MythicPurchasedVfx { get; set; }
Property Value
|
Improve this Doc
View Source
NameText
Declaration
public MetaHash NameText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash OffsetRegion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash OrnnFrame { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash PopularIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash PurchaseableVfx { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash PurchasedOverlay { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash RecentlyChangedIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash SelectedIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash SelectedVfx { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash UnpurchaseableOverlay { get; set; }
Property Value
Implements