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 beed29a commit 70939f6Copy full SHA for 70939f6
Packages/com.unity.inputsystem/InputSystem/Editor/InputParameterEditor.cs
@@ -27,6 +27,13 @@ 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