The FingerValue enumeration provides accessors for finger motion values in VR environments. It is used in conjunction with the VRController.GetFingerValue method to retrieve specific finger motion data.
The FingerValue enumeration provides accessors for finger motion values in VR environments. It is used in conjunction with the VRController.GetFingerValue method to retrieve specific finger motion data.
Member Name | Summary |
---|---|
ThumbCurl | Represents the curling motion of the thumb. |
IndexCurl | Represents the curling motion of the index finger. |
MiddleCurl | Represents the curling motion of the middle finger. |
RingCurl | Represents the curling motion of the ring finger. |
PinkyCurl | Represents the curling motion of the pinky finger. |
ThumbIndexSplay | Represents the splaying motion between the thumb and index finger. |
IndexMiddleSplay | Represents the splaying motion between the index and middle fingers. |
MiddleRingSplay | Represents the splaying motion between the middle and ring fingers. |
RingPinkySplay | Represents the splaying motion between the ring and pinky fingers. |