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

JointDeltaProvider Class

Extends MonoBehaviour

Protected Fields

_started : bool
Signature
bool Oculus.Interaction.PoseDetection.JointDeltaProvider._started

Protected Methods

Awake ()
Signature
virtual void Oculus.Interaction.PoseDetection.JointDeltaProvider.Awake()
Returns
void
OnDisable ()
Signature
virtual void Oculus.Interaction.PoseDetection.JointDeltaProvider.OnDisable()
Returns
void
OnEnable ()
Signature
virtual void Oculus.Interaction.PoseDetection.JointDeltaProvider.OnEnable()
Returns
void
Start ()
Signature
virtual void Oculus.Interaction.PoseDetection.JointDeltaProvider.Start()
Returns
void

Methods

GetPositionDelta ( joint , delta )
Get the delta position between the previous pose and current pose.
Signature
bool Oculus.Interaction.PoseDetection.JointDeltaProvider.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 Oculus.Interaction.PoseDetection.JointDeltaProvider.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 Oculus.Interaction.PoseDetection.JointDeltaProvider.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 Oculus.Interaction.PoseDetection.JointDeltaProvider.RegisterConfig(JointDeltaConfig config)
Parameters
Returns
void
UnRegisterConfig ( config )
Signature
void Oculus.Interaction.PoseDetection.JointDeltaProvider.UnRegisterConfig(JointDeltaConfig config)
Parameters
Returns
void