API reference
API reference
Select your platform
No SDKs available
No versions available

OVRMicrogestureEventSource Class

Extends MonoBehaviour
This class emits events based on recognized microgestures for a specific OVRHand.
It tracks the state of gestures to emit the corresponding events.

Fields

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

Properties

Hand : OVRHand
[Get][Set]
Gets or sets the OVRHand associated with this event source, which is used to detect gestures.
Signature
OVRHand Hand