Class InputParameterEditor<TObject> | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class InputParameterEditor<TObject>

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

    Inheritance
    System.Object
    InputParameterEditor
    InputParameterEditor<TObject>
    Inherited Members
    InputParameterEditor.OnGUI()
    Namespace: UnityEngine.InputSystem.Editor
    Syntax
    public abstract class InputParameterEditor<TObject> : InputParameterEditor where TObject : class
    Type Parameters
    Name Description
    TObject
    Remarks

    Note that a parameter editor takes over the entire editing UI for the object and not just the editing of specific parameters.

    Properties

    target

    The InputProcessor, InputBindingComposite, or IInputInteraction being edited.

    Declaration
    public TObject target { get; }
    Property Value
    Type Description
    TObject

    Methods

    OnEnable()

    Called after the parameter editor has been initialized.

    Declaration
    protected virtual void OnEnable()
    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