![]() |
FirstModulAR 0.1.0
|
Base class for gesture handling, providing common functionality for gesture detection. More...
Protected Types | |
| enum | PinchFinger { Index , Middle , Ring , Pinky } |
Protected Member Functions | |
| 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. | |
Protected Attributes | |
| bool | isRight |
Properties | |
| bool | IsActive [get, protected set] |
Base class for gesture handling, providing common functionality for gesture detection.
|
protected |
|
abstractprotected |
Updates the gesture state based on the active hand.
| activeHand | The active hand performing the gesture. |
|
inlineprotectedvirtual |
Updates the gesture state based on the active hand controller.
|
protected |
|
getprotected set |