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 : object
    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()
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, January 5, 2022
    Terms of use