Class InputParameterEditor<TObject> | Package Manager UI website
docs.unity.cn
    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 © 2019 Unity Technologies
    Generated by DocFX