Class SliderAction | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class SliderAction

    Inheritance
    System.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)
    Namespace: UnityEditor.U2D.Path.GUIFramework
    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
    System.Action<IGUIState, Control, Vector3>

    onSliderChanged

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

    onSliderEnd

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

    Methods

    GetFinishContidtion(IGUIState)

    Declaration
    protected override bool GetFinishContidtion(IGUIState guiState)
    Parameters
    Type Name Description
    IGUIState guiState
    Returns
    Type Description
    System.Boolean
    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)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023