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

Search Results for

    Class TftUnitInfoCustomButtonData

    Inheritance
    System.Object
    TftUnitInfoCustomButtonData
    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 TftUnitInfoCustomButtonData : IMetaClass

    Properties

    | Improve this Doc View Source

    ActivateUnitProperty

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

    Button

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

    EnabledUnitProperty

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

    ItemTooltipData

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

    PlainTextTooltipData

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

    SelectedUnitProperty

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

    TooltipUpperRightAnchor

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

    Implements

    IMetaClass