GestureRecognizedEvent
: UnityEvent< OVRHand.MicrogestureType > |
UnityEvent triggered when a microgesture is recognized by the system.
This event provides the specific type of microgesture detected.
Signature
UnityEvent<OVRHand.MicrogestureType> GestureRecognizedEvent |
WhenGestureRecognized
: Action< OVRHand.MicrogestureType > |
Event triggered when a microgesture is recognized by the system.
This event provides the specific type of microgesture detected.
Signature
Action<OVRHand.MicrogestureType> WhenGestureRecognized |