API reference
API reference
Select your platform
No SDKs available
No versions available

HandJointsPose Class

Extends MonoBehaviour
Updates the transform to be the interpolated position of a series of joints in the associated IHand.

Protected Fields

_started : bool
Signature
bool _started

Properties

Hand : IHand
[Get]
Signature
IHand Hand
LocalPositionOffset : Vector3
[Get][Set]
Signature
Vector3 LocalPositionOffset
MirrorOffsetsForLeftHand : bool
[Get][Set]
Signature
bool MirrorOffsetsForLeftHand
RotationOffset : Quaternion
[Get][Set]
Signature
Quaternion RotationOffset
WeightedJoints : List< WeightedJoint >
[Get][Set]
Signature
List<WeightedJoint> WeightedJoints

Protected Methods

Awake ()
Signature
virtual void Awake()
Returns
void
OnDisable ()
Signature
virtual void OnDisable()
Returns
void
OnEnable ()
Signature
virtual void OnEnable()
Returns
void
Start ()
Signature
virtual void Start()
Returns
void

Methods

InjectAllHandJoint ( hand )
Signature
void InjectAllHandJoint(IHand hand)
Parameters
hand: IHand
Returns
void
InjectHand ( hand )
Signature
void InjectHand(IHand hand)
Parameters
hand: IHand
Returns
void

Inner Struct

WeightedJoint Struct

Fields

handJointId : HandJointId
Signature
HandJointId handJointId
weight : float
Signature
float weight