Class ItemSlotSimpleUiData
Inheritance
System.Object
ItemSlotSimpleUiData
Implements
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()
Namespace: LeagueToolkit.Meta.Classes
Assembly: LeagueToolkit.Meta.Classes.dll
Syntax
public class ItemSlotSimpleUiData : IMetaClass
Properties
| Improve this Doc View SourceBackdrop
Declaration
public MetaHash Backdrop { get; set; }
Property Value
Type | Description |
---|---|
MetaHash |
CooldownEffects
Declaration
public MetaEmbedded<CooldownEffectUiData> CooldownEffects { get; set; }
Property Value
Type | Description |
---|---|
MetaEmbedded<CooldownEffectUiData> |
HitArea
Declaration
public MetaHash HitArea { get; set; }
Property Value
Type | Description |
---|---|
MetaHash |
Icon
Declaration
public MetaHash Icon { get; set; }
Property Value
Type | Description |
---|---|
MetaHash |
StackText
Declaration
public MetaHash StackText { get; set; }
Property Value
Type | Description |
---|---|
MetaHash |