Class OptionTemplateHotkeys
Inheritance
System.Object
OptionTemplateHotkeys
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 OptionTemplateHotkeys : IOptionTemplate, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash CastAllButtonDefinition { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash HotkeyButtonDefinition { get; set; }
Property Value
|
Improve this Doc
View Source
HotkeyButtonTextSmall
Declaration
public MetaHash HotkeyButtonTextSmall { get; set; }
Property Value
|
Improve this Doc
View Source
HotkeyModifierText
Declaration
public MetaHash HotkeyModifierText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash HotkeyQuickCastButtonDefinition { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<OptionTemplateHotkeysKey>> Keys { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<OptionTemplateHotkeysLabel>> Labels { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash NormalCastButtonPos { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash QuickCastButtonPos { get; set; }
Property Value
Implements