docs.unity.cn
    Show / Hide Table of Contents

    Struct InputUser.ControlSchemeChangeSyntax

    Syntax for configuring a control scheme on a user.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Namespace: UnityEngine.InputSystem.Users
    Syntax
    public struct ControlSchemeChangeSyntax

    Methods

    AndPairRemainingDevices()

    Leave the user's paired devices in place but pair any available devices that are still required by the control scheme.

    Declaration
    public InputUser.ControlSchemeChangeSyntax AndPairRemainingDevices()
    Returns
    Type Description
    InputUser.ControlSchemeChangeSyntax
    Remarks

    If there are unpaired devices that, at the platform level, are associated with the same user account, those will take precedence over other unpaired devices.

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