GetDevices(List<InputDevice>)
Gets a list of active input devices available to the XR Input Subsystem.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine.XR
- Assembly: UnityEngine.XRModule
public static void GetDevices(List<InputDevice> inputDevices)
Parameters
A List of type InputDevices to receive the available input devices.