Class Leap::HandPoseDetector¶
- class Leap.HandPoseDetector : public MonoBehaviour¶
Public Types
Public Functions
- HandPoseScriptableObject GetCurrentlyDetectedPose ()¶
This function determines whether a pose is currently detected or not. If a pose is currently detected, it will return the pose If a pose is not detected then this will return null
- Return
currently detected pose (will be null if no pose is currently detected)
Public Members
- bool checkBothHands = true¶
Should the detector try to match this pose with both hands? Untick to enable single hand poses. E.g. only allowing left hand to activate pose.
- struct PoseRule¶
- struct PoseRuleCache¶
- struct RuleDirection¶
Holds information about different fingers, bones and their directional targets.
- struct ValidationData¶