Class InputParameterEditor<TObject>
A custom UI for editing parameter values on a InputProcessor, InputBindingComposite, or IInputInteraction.
Inherited Members
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()