Class YVRHandManager
Inheritance
Object
Component
Behaviour
MonoBehaviour
YVRHandManager
Inherited Members
Namespace: YVR.Core
Assembly: YVR.Core.Runtime.dll
Syntax
public class YVRHandManager : MonoBehaviorSingleton<YVRHandManager>
Fields
Name | Description |
---|---|
leftHandData | |
rightHandData |
Properties
Name | Description |
---|---|
leftHand | Left hand tracking |
rightHand | Right hand tracking |
Methods
Name | Description |
---|---|
GetFingerPinchStrength(HandType, XRHandFingerID) | Returns the pinch strength of the specified finger for the given hand type. |
GetHandTrackingEnable() | This method returns a boolean value indicating whether hand tracking is enabled or not |
GetInputDevice() | |
GetPinch(HandType, XRHandFingerID) | |
GetPinchDown(HandType, XRHandFingerID) | |
GetPinchUp(HandType, XRHandFingerID) | |
Initialize() | Initialize hand Transform |