enum FingerValue : System.Enum

robot_2Generated
code_blocksInput

Description

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.

Members

Static Fields

Member NameSummary
ThumbCurlRepresents the curling motion of the thumb.
IndexCurlRepresents the curling motion of the index finger.
MiddleCurlRepresents the curling motion of the middle finger.
RingCurlRepresents the curling motion of the ring finger.
PinkyCurlRepresents the curling motion of the pinky finger.
ThumbIndexSplayRepresents the splaying motion between the thumb and index finger.
IndexMiddleSplayRepresents the splaying motion between the index and middle fingers.
MiddleRingSplayRepresents the splaying motion between the middle and ring fingers.
RingPinkySplayRepresents the splaying motion between the ring and pinky fingers.