Enum InputUserPairingOptions
Options to modify the behavior on PerformPairingWithDevice(InputDevice, InputUser, InputUserPairingOptions).
Namespace: UnityEngine.InputSystem.Users
Syntax
[Flags]
public enum InputUserPairingOptions
Fields
Name | Description |
---|---|
ForceNoPlatformUserAccountSelection | Suppress user account selection when supported at the platform level and a device is not currently paired to a user account. |
ForcePlatformUserAccountSelection | Even if the device is already paired to a user account at the platform level, force the user to select an account. |
None | Default behavior. |
UnpairCurrentDevicesFromUser | If the user already has paired devices, unpair them first. |