docs.unity3d.com
    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
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023