enumeration
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.
CloseFlags that indicate the type of gestures that the gesture subsystem can detected.
None | Flag indicating no gesture. |
Hold | Flag indicating a hold gesture. |
Manipulation | Flag indicating a manipulation gesture. |
Navigation | Flag indicating a navigation gesture. |
Recognition | Flag indicating a recognition gesture. |
Tapped | Flag indicating a tap gesture. |
All | Indicates that the gesture subsystem can detect gestures of all types. |