League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class ItemSlotSimpleUiData

    Inheritance
    System.Object
    ItemSlotSimpleUiData
    Implements
    IMetaClass
    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 Source

    Backdrop

    Declaration
    public MetaHash Backdrop { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    CooldownEffects

    Declaration
    public MetaEmbedded<CooldownEffectUiData> CooldownEffects { get; set; }
    Property Value
    Type Description
    MetaEmbedded<CooldownEffectUiData>
    | Improve this Doc View Source

    HitArea

    Declaration
    public MetaHash HitArea { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    Icon

    Declaration
    public MetaHash Icon { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    StackText

    Declaration
    public MetaHash StackText { get; set; }
    Property Value
    Type Description
    MetaHash

    Implements

    IMetaClass