Enum PlayerJoinBehavior
Determines how Player
Namespace: UnityEngine .InputSystem
Assembly: Unity.InputSystem.dll
Syntax
public enum PlayerJoinBehavior
Fields
Name | Description |
---|---|
JoinPlayersManually | Do not join players automatically. Call Join |
JoinPlayersWhenButtonIsPressed | Listen for button presses on devices that are not paired to any player. If they occur and joining is allowed, join a new player using the device the button was pressed on. |
JoinPlayersWhenJoinActionIsTriggered |