Click or drag to resize

DeviceIdentifier Fields

The UnityInputSystemSettingsDeviceIdentifier type exposes the following members.

Fields
 NameDescription
Public fielddeviceClass Device class string. This is obtained from UnityEngine.InputSystem.Layouts.InputDeviceDescription.deviceClass. Optional.
Public fielddisplayName Display name string. This is obtained from UnityEngine.InputSystem.InputDevice.displayName. Optional.
Public fieldmanufacturer Manufacturer string. This is obtained from UnityEngine.InputSystem.Layouts.InputDeviceDescription.manufacturer. Optional.
Public fieldproductId HID vendor id. This is obtained from UnityEngine.InputSystem.Layouts.InputDeviceDescription.capabilities. This values is not available on all platforms. Optional.
Public fieldproductName Product name string. This is obtained from UnityEngine.InputSystem.Layouts.InputDeviceDescription.product. Optional.
Public fieldtype Match by class type. See typeMatchMode for options. Optional.
Public fieldtypeMatchMode Determines how type matching will be performed.
Public fielduseRegex Determines if regex will be used when evaluating string matches. This applies to all strings.
Public fieldvendorId HID vendor id. This is obtained from UnityEngine.InputSystem.Layouts.InputDeviceDescription.capabilities. This values is not available on all platforms. Optional.
Top
See Also