docs.unity.cn
    Show / Hide Table of Contents

    Class InputParameterEditor

    A custom UI for editing parameter values on a InputProcessor, InputBindingComposite, or IInputInteraction.

    Inheritance
    Object
    InputParameterEditor
    InputParameterEditor<TObject>
    Namespace: UnityEngine.InputSystem.Editor
    Syntax
    public abstract class InputParameterEditor
    Remarks

    When implementing a custom parameter editor, use InputParameterEditor<TObject> instead.

    Properties

    target

    The InputProcessor, InputBindingComposite, or IInputInteraction being edited.

    Declaration
    public object target { get; }
    Property Value
    Type Description
    Object

    Methods

    OnGUI()

    Callback for implementing a custom UI.

    Declaration
    public abstract void OnGUI()

    See Also

    GetParameterValue(InputAction, String, InputBinding)
    ApplyParameterOverride(InputActionMap, String, PrimitiveValue, InputBinding)
    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on 27 March 2023
    Terms of use