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 638e3df commit 0197b65Copy full SHA for 0197b65
Packages/com.unity.inputsystem/InputSystem/Plugins/PlayerInput/PlayerInputManager.cs
@@ -337,7 +337,7 @@ public void EnableJoining()
337
/// <remarks>
338
/// Note that this method might disable the action, depending on how the action
339
/// was joined initially. Specifically, if the initial joining was triggered using
340
- /// the <see cref="joinBehavior.JoinPlayersWhenJoinActionIsTriggered"/> behavior,
+ /// the <see cref="PlayerJoinBehavior.JoinPlayersWhenJoinActionIsTriggered"/> behavior,
341
/// this method also disables the join action.
342
/// </remarks>
343
/// <seealso cref="EnableJoining"/>
0 commit comments