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 06939ff commit 853e9b6Copy full SHA for 853e9b6
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