NativeBindings
Public Methods
bool TryGetFingerAngles
public static bool TryGetFingerAngles(
    InputDevice handDevice,
    out FingerAngleDeg allFingerAngles
)
Parameters
| Type | Name | Description | 
|---|---|---|
| InputDevice | handDevice | |
| out FingerAngleDeg | allFingerAngles | The Angles between two fingers in degrees. | 
bool TryGetFingerState
public static bool TryGetFingerState(
    InputDevice handDevice,
    FingerType finger,
    out FingerState fingerStateData
)
Parameters
| Type | Name | Description | 
|---|---|---|
| InputDevice | handDevice | |
| FingerType | finger | |
| out FingerState | fingerStateData | Gesture classification state of a single finger. | 
bool TryGetHandKeyPose
public static bool TryGetHandKeyPose(
    InputDevice handDevice,
    out KeyPoseType KeyPose
)
Parameters
| Type | Name | Description | 
|---|---|---|
| InputDevice | handDevice | |
| out KeyPoseType | KeyPose | 
bool TryGetHandPosture
public static bool TryGetHandPosture(
    InputDevice handDevice,
    out PostureType Posture
)
Parameters
| Type | Name | Description | 
|---|---|---|
| InputDevice | handDevice | |
| out PostureType | Posture |