Class HandTracking
public static class HandTracking
- Inheritance
-
object
HandTracking
Methods
CommandFeverHaptic(float, float, SDKHandedness)
public static void CommandFeverHaptic(float temp, float duration, SDKHandedness handType)
Parameters
temp float
duration float
handType SDKHandedness
CommandForceHaptic(float, float, bool, SDKHandedness, SDKFingerType)
public static void CommandForceHaptic(float intensity, float bendValue, bool inward, SDKHandedness handType, SDKFingerType fingerType)
Parameters
intensity float
bendValue float
inward bool
handType SDKHandedness
fingerType SDKFingerType
CommandVibrationHaptic(float, float, SDKHandedness, SDKFingerType, bool)
public static void CommandVibrationHaptic(float intensity, float duration, SDKHandedness handType, SDKFingerType finger, bool isHandVibration)
Parameters
intensity float
duration float
handType SDKHandedness
finger SDKFingerType
isHandVibration bool
StopFeverHaptic(SDKHandedness)
public static void StopFeverHaptic(SDKHandedness handType)
Parameters
handType SDKHandedness
StopForceHaptic(SDKHandedness)
public static void StopForceHaptic(SDKHandedness handType)
Parameters
handType SDKHandedness
StopVibrationHaptic(SDKHandedness)
public static void StopVibrationHaptic(SDKHandedness handType)
Parameters
handType SDKHandedness