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 5779dbc commit 3f2f394Copy full SHA for 3f2f394
Packages/com.unity.inputsystem/InputSystem/Actions/InputActionRebindingExtensions.cs
@@ -1326,8 +1326,8 @@ private static void LoadBindingOverridesFromJsonInternal(this IInputActionCollec
1326
///
1327
/// public void OnClick()
1328
/// {
1329
- /// var rebind = actionReference.action.PerformInteractiveRebinding().WithTargetBinding(bindingIndex).OnComplete(_ => UpdateDisplayText());
1330
- /// rebind.Start();
+ /// var l_rebind = actionReference.action.PerformInteractiveRebinding().WithTargetBinding(bindingIndex).OnComplete(_ => UpdateDisplayText());
+ /// l_rebind.Start();
1331
/// }
1332
1333
/// private void UpdateDisplayText()
0 commit comments