HandPoseUtils.RingFingerCurl(Handedness) Method

Definition

Returns curl of ring finger ranging from 0 to 1. 1 if ring finger curled/closer to wrist. 0 if the finger is not curled.

public:
 static float RingFingerCurl(Microsoft::MixedReality::Toolkit::Utilities::Handedness handedness);
public static float RingFingerCurl (Microsoft.MixedReality.Toolkit.Utilities.Handedness handedness);
static member RingFingerCurl : Microsoft.MixedReality.Toolkit.Utilities.Handedness -> single
Public Shared Function RingFingerCurl (handedness As Handedness) As Single

Parameters

handedness
Handedness

Handedness to query joint pose against.

Returns

Float ranging from 0 to 1. 0 if ring finger is straight/not curled, 1 if ring finger is curled

Applies to