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. |