GetDevicesAtXRNode(XRNode, List<InputDevice>)
Gets a list of active input devices available to the XR Input Subsystem at a given XRNode endpoint.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.XR
- Assembly: UnityEngine.XRModule
public static void GetDevicesAtXRNode(XRNode node, List<InputDevice> inputDevices)
Parameters
The XRNode that owns the requested device.
A List of type InputDevices to receive the available input devices.