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

Search Results for

    Class OptionTemplateHotkeys

    Inheritance
    System.Object
    IOptionTemplate
    OptionTemplateHotkeys
    Implements
    IMetaClass
    Inherited Members
    IOptionTemplate.BoundsElement
    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 OptionTemplateHotkeys : IOptionTemplate, IMetaClass

    Properties

    | Improve this Doc View Source

    CastAllButtonDefinition

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

    HotkeyButtonDefinition

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

    HotkeyButtonTextSmall

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

    HotkeyModifierText

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

    HotkeyQuickCastButtonDefinition

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

    Keys

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

    Labels

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

    NormalCastButtonPos

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

    QuickCastButtonPos

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

    Implements

    IMetaClass