Class Leap::PhysicalHands::PhysicalHandsManager¶
- class Leap.PhysicalHands.PhysicalHandsManager : public Leap.LeapProvider¶
Public Functions
- void SetContactModeEnum (int contactModeInt)¶
Set the enum for contact mode. 0 = Hard Contact 1 = Soft Contact 2 = No Contact
- Param contactMode
0 = Hard Contact 1 = Soft Contact 2 = No Contact
- void SetContactMode (ContactMode mode)¶
Sets the contact mode of the PhysicalHandsManager. This will destroy the previous contact parent and clear all values associated with it then create a new contact parent.
- Param mode
Which contact mode should we switch to?