XRInputSubsystem
class in
UnityEngine.XR
/
Inherits from:IntegratedSubsystem
/
Implemented in:UnityEngine.XRModule
Suggest a changeSuccess!
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.
CloseSubmission 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 Description
XRInputSubsystem
Instance is used to enable and disable the inputs coming from a specific plugin.
Starting up an XRInputSubsystem
Instance will cause that plugin to start feeding input device data to the following InputTracking systems: XR.InputTracking.GetLocalPosition and XR.InputTracking.GetLocalRotation. Calling the Stop or Shutdown functions will disable polling any input device data for that plugin.
Inherited Members
Properties
running | Whether or not the subsystem is running. |
Public Methods
Destroy | Destroys this instance of a subsystem. |
Start | Starts an instance of a subsystem. |
Stop | Stops an instance of a subsystem. |