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