Enum InputUserPairingOptions | Input System | 1.0.2
docs.unity3d.com
    Show / Hide Table of Contents

    Enum InputUserPairingOptions

    Options to modify the behavior on PerformPairingWithDevice(InputDevice, InputUser, InputUserPairingOptions).

    Namespace: UnityEngine.InputSystem.Users
    Syntax
    [Flags]
    public enum InputUserPairingOptions

    Fields

    Name Description Value
    None

    Default behavior.

    0
    ForcePlatformUserAccountSelection

    Even if the device is already paired to a user account at the platform level, force the user to select an account.

    1
    ForceNoPlatformUserAccountSelection

    Suppress user account selection when supported at the platform level and a device is not currently paired to a user account.

    2
    UnpairCurrentDevicesFromUser

    If the user already has paired devices, unpair them first.

    8
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 22 January 2021