Class Leap::ActionDetector¶
- class Leap.ActionDetector : public MonoBehaviour¶
Subclassed by Leap.GrabDetector, Leap.PinchDetector
Public Functions
- bool TryGetHand (out Hand _hand)¶
Tries to get the hand based on the provided chirality.
- Param _hand
Output parameter for the hand
- Return
True if hand is found, otherwise false
- bool IsTracked ()¶
Checks if the Leap Provider is tracking hands.
- Return
True if tracking, otherwise false