We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eff54e commit 50fe13aCopy full SHA for 50fe13a
Packages/com.unity.inputsystem/InputSystem/Editor/InputParameterEditor.cs
@@ -27,13 +27,6 @@ public abstract class InputParameterEditor
27
/// </summary>
28
public object target { get; internal set; }
29
30
- /// <summary>
31
- /// Callback for implementing a custom UI.
32
- /// It was mostly needed for the imgui-based editors and should be avoided now.
33
- /// Should be removed once we can release the next major version.
34
- /// </summary>
35
- public void OnGUI() {}
36
-
37
/// <summary>
38
/// Add visual elements for this parameter editor to a root VisualElement.
39
0 commit comments