Toggles which gizmos to show or hide. More...
Public Member Functions | |
void | ToggleShowGrabRelease () |
Toggles the boolean value of showing the Grab and Release triggers. More... | |
void | ToggleSHowPickDrop () |
Toggles the boolean value of showing the Pick and Drop triggers. More... | |
void | ToggleShowSwipes () |
Toggles the boolean value of showing the Swipe triggers. More... | |
void | ToggleShowGestureAnalysis () |
Toggles the boolean value of showing the Gesture Analysis Information. More... | |
void | ToggleShowHandStates () |
Toggles the boolean value of showing the hand states More... | |
void | ToggleShowManoclass () |
Toggles the boolean value of showing the manoclass More... | |
void | ToggleShowHandSide () |
Toggles the boolean value of showing the handside of the detected hand; More... | |
void | ToggleShowContinuousGestures () |
Toggles the boolean value of showing the continuous gesture of the detected hand; More... | |
void | ToggleShowPickTriggerGesture () |
Toggles the boolean value of showing Pick Trigger Gesture More... | |
void | ToggleShowDropTriggerGesture () |
Toggles the boolean value of showing Drop Trigger Gesture More... | |
void | ToggleShowClickTriggerGesture () |
Toggles the boolean value of showing Click Trigger Gesture More... | |
void | ToggleShowSwipeVerticalTriggerGesture () |
Toggles the boolean value of showing Vertical (Up & Down) Swipe triggers. More... | |
void | ToggleShowSwipeHorizontalTriggerGesture () |
Toggles the boolean value of showing Horizontal (Left & Right) Swipe triggers. More... | |
void | ToggleShowGrabTriggerGesture () |
Toggles the boolean value of showing Grab Trigger Gesture More... | |
void | ToggleShowReleaseTriggerGesture () |
Toggles the boolean value of showing Release Trigger Gesture More... | |
void | ToggleShowSmoothingSlider () |
Toggles the show smoothing slider condition. More... | |
void | ToggleShowWarnings () |
Toggles the show warnings condition. More... | |
void | ToggleShowDepthEstimation () |
Toggles the show depth estimation condition. More... | |
void | ToggleShow3DSkeleton () |
Toggles the boolean value of geting the skeleton points in 3D or 2D. More... | |
void | ToggleShowGestures () |
Toggles the boolean value of make use of gestures, trigger and continious. More... | |
void | ToggleFastMode () |
Toggles the boolean value of make use of fast mode. More... | |
void | ToggleShowWristInfo () |
Toggles the boolean value of showing wrist information. More... | |
void | ToggleShowFingerInfo () |
Toggles the boolean value of showing finger information. More... | |
void | ToggleShowControur () |
Toggles the boolean value of showing hand Contour. More... | |
Private Member Functions | |
void | Start () |
Private Attributes | |
GizmoManager | _gizmoManager |
Toggles which gizmos to show or hide.
|
inlineprivate |
|
inline |
Toggles the boolean value of make use of fast mode.
By toggling the value it will also update the manomotion session to start calculating it or not.
|
inline |
Toggles the boolean value of geting the skeleton points in 3D or 2D.
By toggling the value it will also update the manomotion session to start calculating it or not.
|
inline |
Toggles the boolean value of showing Click Trigger Gesture
|
inline |
Toggles the boolean value of showing the continuous gesture of the detected hand;
|
inline |
Toggles the boolean value of showing hand Contour.
By toggling the value it will also update the manomotion session to start calculating it or not.
|
inline |
Toggles the show depth estimation condition.
|
inline |
Toggles the boolean value of showing Drop Trigger Gesture
|
inline |
Toggles the boolean value of showing finger information.
By toggling the value it will also update the manomotion session to start calculating it or not.
|
inline |
Toggles the boolean value of showing the Gesture Analysis Information.
|
inline |
Toggles the boolean value of make use of gestures, trigger and continious.
By toggling the value it will also update the manomotion session to start calculating it or not.
|
inline |
Toggles the boolean value of showing the Grab and Release triggers.
|
inline |
Toggles the boolean value of showing Grab Trigger Gesture
|
inline |
Toggles the boolean value of showing the handside of the detected hand;
|
inline |
Toggles the boolean value of showing the hand states
|
inline |
Toggles the boolean value of showing the manoclass
|
inline |
Toggles the boolean value of showing the Pick and Drop triggers.
|
inline |
Toggles the boolean value of showing Pick Trigger Gesture
|
inline |
Toggles the boolean value of showing Release Trigger Gesture
|
inline |
Toggles the show smoothing slider condition.
|
inline |
Toggles the boolean value of showing Horizontal (Left & Right) Swipe triggers.
|
inline |
Toggles the boolean value of showing the Swipe triggers.
|
inline |
Toggles the boolean value of showing Vertical (Up & Down) Swipe triggers.
|
inline |
Toggles the show warnings condition.
|
inline |
Toggles the boolean value of showing wrist information.
By toggling the value it will also update the manomotion session to start calculating it or not.
|
private |