Class ItemSlotDetailedUiData
Inheritance
System.Object
ItemSlotDetailedUiData
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 ItemSlotDetailedUiData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash AmmoFx { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Backdrop { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash BorderDefault { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash BorderDisabled { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash BorderEnabled { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash BorderSelected { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash CompleteFx { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<CooldownEffectUiData> CooldownEffects { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash HitArea { get; set; }
Property Value
|
Improve this Doc
View Source
HotkeyText
Declaration
public MetaHash HotkeyText { 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 MajorActive { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash NewItemFx { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash OverlayDisabled { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash OverlayHover { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash OverlayLoc { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash OverlayOom { get; set; }
Property Value
|
Improve this Doc
View Source
StackText
Declaration
public MetaHash StackText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ToggleFx { get; set; }
Property Value
Implements