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

JointDeltaProvider Class

Extends MonoBehaviour

Protected Fields

_started : bool
Signature
bool _started

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

GetPositionDelta ( joint , delta )
Get the delta position between the previous pose and current pose.
Signature
bool GetPositionDelta(HandJointId joint, out Vector3 delta)
Parameters
joint: HandJointId  The joint for which to retrieve data
delta: out Vector3  The position delta between poses in world space
Returns
bool  True if data available
GetPrevJointPose ( joint , pose )
Get the previous frame's pose.
Signature
bool GetPrevJointPose(HandJointId joint, out Pose pose)
Parameters
joint: HandJointId  The joint for which to retrieve data
pose: out Pose  The previous pose
Returns
bool  True if data available
GetRotationDelta ( joint , delta )
Get the delta rotation between the previous pose and current pose.
Signature
bool GetRotationDelta(HandJointId joint, out Quaternion delta)
Parameters
joint: HandJointId  The joint for which to retrieve data
delta: out Quaternion  The rotation delta between poses in world space
Returns
bool  True if data available
RegisterConfig ( config )
Signature
void RegisterConfig(JointDeltaConfig config)
Parameters
Returns
void
UnRegisterConfig ( config )
Signature
void UnRegisterConfig(JointDeltaConfig config)
Parameters
Returns
void