docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class SliderAction

    Inheritance
    object
    GUIAction
    HoveredControlAction
    ClickAction
    SliderAction
    Inherited Members
    ClickAction.clickCount
    ClickAction.onClick
    ClickAction.GetTriggerContidtion(IGUIState)
    HoveredControlAction.hoveredControl
    HoveredControlAction.CanTrigger(IGUIState)
    GUIAction.enable
    GUIAction.enableRepaint
    GUIAction.repaintOnMouseMove
    GUIAction.onPreRepaint
    GUIAction.onRepaint
    GUIAction.ID
    GUIAction.OnGUI(IGUIState)
    GUIAction.IsEnabled(IGUIState)
    GUIAction.IsRepaintEnabled(IGUIState)
    GUIAction.PreRepaint(IGUIState)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.U2D.Path.GUIFramework
    Assembly: Unity.2D.Path.Editor.dll
    Syntax
    public class SliderAction : ClickAction

    Constructors

    SliderAction(Control)

    Declaration
    public SliderAction(Control control)
    Parameters
    Type Name Description
    Control control

    Fields

    onSliderBegin

    Declaration
    public Action<IGUIState, Control, Vector3> onSliderBegin
    Field Value
    Type Description
    Action<IGUIState, Control, Vector3>

    onSliderChanged

    Declaration
    public Action<IGUIState, Control, Vector3> onSliderChanged
    Field Value
    Type Description
    Action<IGUIState, Control, Vector3>

    onSliderEnd

    Declaration
    public Action<IGUIState, Control, Vector3> onSliderEnd
    Field Value
    Type Description
    Action<IGUIState, Control, Vector3>

    Methods

    GetFinishContidtion(IGUIState)

    Declaration
    protected override bool GetFinishContidtion(IGUIState guiState)
    Parameters
    Type Name Description
    IGUIState guiState
    Returns
    Type Description
    bool
    Overrides
    ClickAction.GetFinishContidtion(IGUIState)

    OnFinish(IGUIState)

    Declaration
    protected override void OnFinish(IGUIState guiState)
    Parameters
    Type Name Description
    IGUIState guiState
    Overrides
    GUIAction.OnFinish(IGUIState)

    OnPerform(IGUIState)

    Declaration
    protected override void OnPerform(IGUIState guiState)
    Parameters
    Type Name Description
    IGUIState guiState
    Overrides
    GUIAction.OnPerform(IGUIState)

    OnTrigger(IGUIState)

    Declaration
    protected override void OnTrigger(IGUIState guiState)
    Parameters
    Type Name Description
    IGUIState guiState
    Overrides
    ClickAction.OnTrigger(IGUIState)
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)