API reference

IFingerAPI Interface

This interface is used for tracking the grabbing strength of the fingers.

Overview

Public Member Functions

bool
GetFingerIsGrabbing
( HandFinger finger )
bool
GetFingerIsGrabbingChanged
( HandFinger finger,
bool targetPinchState )
float
GetFingerGrabScore
( HandFinger finger )
Vector3
void
Update
( IHand hand )

Details

Detailed Description

Since said strength can be measured with different methods: pinching, curl, trigger presses, etc. Multiple implementations are needed.

Member Functions

bool Oculus.Interaction.IFingerAPI.GetFingerIsGrabbing
( HandFinger finger )
No description available.
bool Oculus.Interaction.IFingerAPI.GetFingerIsGrabbingChanged
( HandFinger finger,
bool targetPinchState )
No description available.
float Oculus.Interaction.IFingerAPI.GetFingerGrabScore
( HandFinger finger )
No description available.
Vector3 Oculus.Interaction.IFingerAPI.GetWristOffsetLocal ( )
No description available.
void Oculus.Interaction.IFingerAPI.Update
( IHand hand )
No description available.