Device |
The UnityInputSystemSettingsDeviceIdentifier type exposes the following members.
| Name | Description | |
|---|---|---|
| deviceClass | Device class string. This is obtained from UnityEngine.InputSystem.Layouts.InputDeviceDescription.deviceClass. Optional. | |
| displayName | Display name string. This is obtained from UnityEngine.InputSystem.InputDevice.displayName. Optional. | |
| manufacturer | Manufacturer string. This is obtained from UnityEngine.InputSystem.Layouts.InputDeviceDescription.manufacturer. Optional. | |
| productId | HID vendor id. This is obtained from UnityEngine.InputSystem.Layouts.InputDeviceDescription.capabilities. This values is not available on all platforms. Optional. | |
| productName | Product name string. This is obtained from UnityEngine.InputSystem.Layouts.InputDeviceDescription.product. Optional. | |
| type | Match by class type. See typeMatchMode for options. Optional. | |
| typeMatchMode | Determines how type matching will be performed. | |
| useRegex | Determines if regex will be used when evaluating string matches. This applies to all strings. | |
| vendorId | HID vendor id. This is obtained from UnityEngine.InputSystem.Layouts.InputDeviceDescription.capabilities. This values is not available on all platforms. Optional. |