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 840a017 commit 7cce37bCopy full SHA for 7cce37b
Packages/com.unity.inputsystem/InputSystem/Plugins/PlayerInput/PlayerInput.cs
@@ -445,7 +445,7 @@ public bool neverAutoSwitchControlSchemes
445
/// <summary>
446
/// The currently enabled action map on the PlayerInput component.
447
/// </summary>
448
- /// <value>Reference to the currently enabled action or <c>null</c> if no action
+ /// <value>Reference to the currently enabled action map or <c>null</c> if no action
449
/// map has been enabled by PlayerInput.</value>
450
/// <remarks>
451
/// Note that the concept of "current action map" is local to PlayerInput. You can still freely
0 commit comments