docs.unity3d.com
Search Results for

    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
    Assembly: Unity.XR.Interaction.Toolkit.dll
    Syntax
    public enum XRUIInputModule.ActiveInputMode

    Fields

    Name Description
    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 UnityEngine.InputSystem.InputActionReference through the newer Input System package.

    See Also
    activeInputMode
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)