InteractionSourceReleasedEventArgs
struct in
UnityEngine.XR.WSA.Input
/
Implemented in:UnityEngine.VRModule
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
Contains fields that are relevent when an interaction source exits the pressed state for one of its buttons.
To receive this information, subscribe to InteractionSourceReleased.
Properties
pressType | Denotes the type of button that was just released. |
state | The current state of the reported interaction source that just had one of its buttons exit the pressed state. |