![]() |
FirstModulAR 0.1.0
|
Class for detecting and handling the thumbs up gesture. More...
Public Attributes | |
| UnityEvent | OnGestureStart |
| Event triggered when the gesture starts. | |
| UnityEvent< float > | OnGestureTimer |
| Event triggered during the gesture with the elapsed time. | |
| UnityEvent | OnGestureCancelled |
| Event triggered when the gesture is cancelled. | |
| UnityEvent | OnGestureConfirmed |
| Event triggered when the gesture is confirmed. | |
| UnityEvent | OnGestureEnd |
| Event triggered when the gesture ends. | |
Protected Member Functions | |
| override void | GestureUpdate (CommonHand activeHand) |
Protected Member Functions inherited from FMAR.Gestures.GestureBase | |
| virtual void | Update () |
| Updates the gesture state based on the active hand controller. | |
| void | GestureUpdate (CommonHand activeHand) |
| Updates the gesture state based on the active hand. | |
Additional Inherited Members | |
Protected Types inherited from FMAR.Gestures.GestureBase | |
| enum | PinchFinger { Index , Middle , Ring , Pinky } |
Protected Attributes inherited from FMAR.Gestures.GestureBase | |
| bool | isRight |
Properties inherited from FMAR.Gestures.GestureBase | |
| bool | IsActive [get, protected set] |
Class for detecting and handling the thumbs up gesture.
|
inlineprotected |
| UnityEvent FMAR.Gestures.ThumbsUpGesture.OnGestureCancelled |
Event triggered when the gesture is cancelled.
| UnityEvent FMAR.Gestures.ThumbsUpGesture.OnGestureConfirmed |
Event triggered when the gesture is confirmed.
| UnityEvent FMAR.Gestures.ThumbsUpGesture.OnGestureEnd |
Event triggered when the gesture ends.
| UnityEvent FMAR.Gestures.ThumbsUpGesture.OnGestureStart |
Event triggered when the gesture starts.
| UnityEvent<float> FMAR.Gestures.ThumbsUpGesture.OnGestureTimer |
Event triggered during the gesture with the elapsed time.