Version: 2019.2
LanguageEnglish
  • C#

InputDeviceRole

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Enumeration describing the role of a InputDevice in providing input.

Properties

UnknownThis device does not have a known role.
GenericThis device is typically a HMD or Camera.
LeftHandedThis device is a controller that represents the left hand.
RightHandedThis device is a controller that represents the right hand.
GameControllerThis device is a game controller.
TrackingReferenceThis device is a tracking reference used to track other devices in 3D.
HardwareTrackerThis device is a hardware tracker.
LegacyControllerThis device is a legacy controller.