class in UnityEngine.XR.WSA.Input
/
Implemented in:UnityEngine.VRModule
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.
CloseFor 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.
CloseProvides access to user input from hands, controllers, and system voice commands.
numSourceStates | (Read Only) The number of InteractionSourceState snapshots available for reading with InteractionManager.GetCurrentReading. |
GetCurrentReading | Get the current SourceState. |
InteractionSourceDetected | Occurs when a new hand, controller, or source of voice commands has been detected. |
InteractionSourceDetectedLegacy | Occurs when a new hand, controller, or source of voice commands has been detected. |
InteractionSourceLost | Occurs when a hand, controller, or source of voice commands is no longer available. |
InteractionSourceLostLegacy | Occurs when a hand, controller, or source of voice commands is no longer available. |
InteractionSourcePressed | Occurs when a hand or controller has entered the pressed state. |
InteractionSourcePressedLegacy | Occurs when a hand or controller has entered the pressed state. |
InteractionSourceReleased | Occurs when a hand or controller has exited the pressed state. |
InteractionSourceReleasedLegacy | Occurs when a hand or controller has exited the pressed state. |
InteractionSourceUpdated | Occurs when a hand or controller has experienced a change to its SourceState. |
InteractionSourceUpdatedLegacy | Occurs when a hand or controller has experienced a change to its SourceState. |
SourceEventHandler | Callback to handle InteractionManager events. |