Skip to content

Commit 50fe13a

Browse files
committed
Revert "what if we leave ongui only in the base class"
This reverts commit 718c23b.
1 parent 9eff54e commit 50fe13a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Packages/com.unity.inputsystem/InputSystem/Editor/InputParameterEditor.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ public abstract class InputParameterEditor
2727
/// </summary>
2828
public object target { get; internal set; }
2929

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-
3730
/// <summary>
3831
/// Add visual elements for this parameter editor to a root VisualElement.
3932
/// </summary>

0 commit comments

Comments
 (0)