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 db28d06 commit 81279e8Copy full SHA for 81279e8
Packages/com.unity.inputsystem/InputSystem/Editor/InputParameterEditor.cs
@@ -32,7 +32,7 @@ public abstract class InputParameterEditor
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() { }
+ public void OnGUI() {}
36
37
/// <summary>
38
/// Add visual elements for this parameter editor to a root VisualElement.
0 commit comments