Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


InputDevices

An interface for accessing devices in the XR input subsytem.
Read time 1 minuteLast updated 2 days ago

Definition

  • Type: Class
  • Namespace: UnityEngine.XR
  • Assembly: UnityEngine.XRModule
public class InputDevices

Remarks

To route haptic feedback to XR input devices, specify an XRNode as the destination. This interface provides access to input devices using an XRNode. For example, use the use XRNode.LeftHand and XRNode.RightHand to access the left or right devices.

Static Methods

Method

Description

GetDeviceAtXRNodeGets the input device at a given XRNode endpoint.
GetDevicesGets a list of active input devices available to the XR Input Subsystem.
GetDevicesAtXRNodeGets a list of active input devices available to the XR Input Subsystem at a given XRNode endpoint.
GetDevicesWithCharacteristicsGets the list of active XR input devices that match the specified InputDeviceCharacteristics.

Static Events

Member

Description

deviceConfigChangedDefines the delegate to use to register events when an InputDevice's configuration changes.
deviceConnectedDefines the delegate to use to register events when an InputDevice is connected.
deviceDisconnectedDefines the delegate to use to register events when an InputDevice is disconnected.