File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Packages/com.unity.inputsystem/InputSystem/Plugins Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -335,9 +335,9 @@ public void EnableJoining()
335
335
/// Inhibit players from joining the game.
336
336
/// </summary>
337
337
/// <remarks>
338
- /// Note that this method might disable the action, depending on how the action
338
+ /// Note that this method might disable the action, depending on how the action
339
339
/// was joined initially. Specifically, if the initial joining was triggered using
340
- /// the <see cref="PlayerJoinBehavior.JoinPlayersWhenJoinActionIsTriggered"/> behavior,
340
+ /// the <see cref="PlayerJoinBehavior.JoinPlayersWhenJoinActionIsTriggered"/> behavior,
341
341
/// this method also disables the join action.
342
342
/// </remarks>
343
343
/// <seealso cref="EnableJoining"/>
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ public enum PlayerJoinBehavior
16
16
JoinPlayersWhenButtonIsPressed ,
17
17
18
18
/// <summary>
19
- /// Listen for button presses on devices that are not paired to any player. If the control
20
- /// they triggered matches a specific action and joining is allowed, join a new player using
19
+ /// Listen for button presses on devices that are not paired to any player. If the control
20
+ /// they triggered matches a specific action and joining is allowed, join a new player using
21
21
/// the device the button was pressed on.
22
22
/// </summary>
23
23
JoinPlayersWhenJoinActionIsTriggered ,
24
24
25
25
/// <summary>
26
- /// Don't join players automatically. Call <see cref="PlayerInputManager.JoinPlayerFromUI"/>
27
- /// or <see cref="PlayerInputManager.JoinPlayerFromAction"/> explicitly in order to join new
26
+ /// Don't join players automatically. Call <see cref="PlayerInputManager.JoinPlayerFromUI"/>
27
+ /// or <see cref="PlayerInputManager.JoinPlayerFromAction"/> explicitly in order to join new
28
28
/// players. Alternatively, just create GameObjects with <see cref="PlayerInput"/>
29
29
/// components directly and they will be joined automatically.
30
30
/// </summary>
Original file line number Diff line number Diff line change @@ -768,7 +768,6 @@ public static int GetUnpairedInputDevices(ref InputControlList<InputDevice> list
768
768
return s_GlobalState . allUsers [ userIndex ] ;
769
769
}
770
770
771
-
772
771
////Doc is filtered out (see Documentation~/filter.yml)
773
772
public static InputUser ? FindUserByAccount ( InputUserAccountHandle platformUserAccountHandle )
774
773
{
You can’t perform that action at this time.
0 commit comments