docs.unity.cn
    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
    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.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, November 3, 2022
    Terms of use