docs.unity.cn
    Show / Hide Table of Contents

    Enum InitiateUserAccountPairingCommand.Result

    Namespace: UnityEngine.InputSystem.LowLevel
    Syntax
    public enum Result : int

    Fields

    Name Description Value
    ErrorAlreadyInProgress

    There already is a pairing operation in progress and the system does not support pairing multiple devices at the same time.

    ErrorNotSupported

    System does not support application-invoked user pairing.

    SuccessfullyInitiated

    User pairing UI has been successfully opened.

    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Tuesday, November 2, 2021
    Terms of use