API reference

HandPoseInputDevice Class

Extends MonoBehaviour
Implements IPoseInputDevice
Provides pose information for a hand.

Fields

Vector3
Signature
Vector3

Properties

BufferLengthSeconds : float
[Get][Set]
Signature
float BufferLengthSeconds
Hand : IHand
[Get]
Signature
IHand Hand
IsHighConfidence : bool
[Get]
Signature
bool IsHighConfidence
IsInputValid : bool
[Get]
Signature
bool IsInputValid
SampleFrequency : float
[Get][Set]
Signature
float SampleFrequency

Protected Methods

Awake ()
Signature
virtual void Awake()
Returns
void
LateUpdate ()
Signature
virtual void LateUpdate()
Returns
void
Start ()
Signature
virtual void Start()
Returns
void

Methods

GetExternalVelocities ()
Signature
Vector3 GetExternalVelocities()
Returns
Vector3
GetRootPose ( pose )
Signature
bool GetRootPose(out Pose pose)
Parameters
pose: out Pose
Returns
bool
InjectAllHandPoseInputDevice ( hand )
Signature
void InjectAllHandPoseInputDevice(IHand hand)
Parameters
hand: IHand
Returns
void
InjectHand ( hand )
Signature
void InjectHand(IHand hand)
Parameters
hand: IHand
Returns
void