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

JointDeltaProvider Class

Oculus::Interaction::PoseDetection::JointDeltaProvider extends MonoBehaviour.
Oculus::Interaction::PoseDetection::JointDeltaProvider extends Oculus.Interaction.PoseDetection.IJointDeltaProvider.

Overview

Properties

Object Data

bool

Public Member Functions

bool
GetPositionDelta
( HandJointId joint,
out Vector3 delta )
Get the delta position between the previous pose and current pose.
bool
GetRotationDelta
( HandJointId joint,
out Quaternion delta )
Get the delta rotation between the previous pose and current pose.
bool
GetPrevJointPose
( HandJointId joint,
out Pose pose )
Get the previous frame's pose.
void
void

Object Data

void
Awake ( )
void
Start ( )
void
void

Details

Properties

int Oculus.Interaction.PoseDetection.JointDeltaProvider.PrevDataIndex
No description available.

Object Data

bool Oculus.Interaction.PoseDetection.JointDeltaProvider._started
No description available.

Member Functions

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

Object Data

virtual void Oculus.Interaction.PoseDetection.JointDeltaProvider.Awake ( )
No description available.
virtual void Oculus.Interaction.PoseDetection.JointDeltaProvider.Start ( )
No description available.
virtual void Oculus.Interaction.PoseDetection.JointDeltaProvider.OnEnable ( )
No description available.
virtual void Oculus.Interaction.PoseDetection.JointDeltaProvider.OnDisable ( )
No description available.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon