Class XRUtilities
A set of static utilities for registering XR Input Devices externally.
Namespace: UnityEngine.InputSystem.XR
Assembly: Unity.InputSystem.dll
Syntax
public static class XRUtilities
Fields
InterfaceCurrent
The current interface code sent with devices to identify as XRInput devices.
Declaration
public const string InterfaceCurrent = "XRInputV1"
Field Value
Type | Description |
---|---|
string |
InterfaceMatchAnyVersion
A simple Regex pattern that allows InputDeviceMatchers to match to any version of the XRInput interface.
Declaration
public const string InterfaceMatchAnyVersion = "^(XRInput)"
Field Value
Type | Description |
---|---|
string |
InterfaceV1
The initial, now deprecated interface for XRInput. This version handles button packing for Android differently from current.
Declaration
public const string InterfaceV1 = "XRInput"
Field Value
Type | Description |
---|---|
string |