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 f443611 commit 2658f29Copy full SHA for 2658f29
Packages/com.unity.inputsystem/InputSystem/Editor/AssetImporter/InputActionCodeGenerator.cs
@@ -45,7 +45,7 @@ public static class InputActionCodeGenerator
45
private const string kClassExample = @"using namespace UnityEngine;
46
using UnityEngine.InputSystem;
47
48
-// Example of using an InputActionMap named ""Player"" from a MonoBehavior implementing callback interface.
+// Example of using an InputActionMap named ""Player"" from a UnityEngine.MonoBehaviour implementing callback interface.
49
public class Example : MonoBehaviour, MyActions.IPlayerActions
50
{
51
private MyActions_Actions m_Actions; // Source code representation of asset.
0 commit comments