docs.unity.cn
    Show / Hide Table of Contents

    Enum XRUIInputModule.ActiveInputMode

    Represents which Active Input Mode will be used in the situation where the Active Input Handling project setting is set to Both.

    Namespace: UnityEngine.XR.Interaction.Toolkit.UI
    Syntax
    public enum ActiveInputMode

    Fields

    Name Description Value
    Both

    Scan through input from both Unity Input Manager and Input System action references. Note: This may cause undesired effects or may impact performance if input configuration is duplicated.

    InputManagerBindings

    Only use input polled through the built-in Unity Input Manager (Old).

    InputSystemActions

    Only use input polled from InputActionReference through the newer Input System package.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, August 12, 2022
    Terms of use