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

Search Results for

    Class OptionItemSliderFloat

    Inheritance
    System.Object
    IOptionItem
    OptionItemSlider
    OptionItemSliderFloat
    OptionItemSliderVolume
    Implements
    IMetaClass
    Inherited Members
    OptionItemSlider.TooltipTraKey
    OptionItemSlider.Template
    OptionItemSlider.LabelTraKey
    IOptionItem.LiveUpdate
    IOptionItem.ShowOnPlatform
    IOptionItem.Filter
    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 OptionItemSliderFloat : OptionItemSlider, IMetaClass

    Properties

    | Improve this Doc View Source

    Option

    Declaration
    public ushort Option { get; set; }
    Property Value
    Type Description
    System.UInt16
    | Improve this Doc View Source

    Scale

    Declaration
    public float Scale { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    UpdateOnDrag

    Declaration
    public bool UpdateOnDrag { get; set; }
    Property Value
    Type Description
    System.Boolean

    Implements

    IMetaClass