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

JointDeltaProviderRef Class

JointDeltaProviderRef is a utility component that delegates all of its IJointDeltaProvider implementation to the provided JointDeltaProvider object.
Oculus::Interaction::JointDeltaProviderRef extends MonoBehaviour.
Oculus::Interaction::JointDeltaProviderRef extends Oculus.Interaction.PoseDetection.IJointDeltaProvider.

Overview

Object Data

void
Awake ( )
void
Start ( )

Public Member Functions

bool
GetPositionDelta
( HandJointId joint,
out Vector3 delta )
bool
GetRotationDelta
( HandJointId joint,
out Quaternion delta )
void
void
void
void

Details

Properties

IJointDeltaProvider Oculus.Interaction.JointDeltaProviderRef.JointDeltaProvider
No description available.

Object Data

virtual void Oculus.Interaction.JointDeltaProviderRef.Awake ( )
No description available.
virtual void Oculus.Interaction.JointDeltaProviderRef.Start ( )
No description available.

Member Functions

bool Oculus.Interaction.JointDeltaProviderRef.GetPositionDelta
( HandJointId joint,
out Vector3 delta )
No description available.
bool Oculus.Interaction.JointDeltaProviderRef.GetRotationDelta
( HandJointId joint,
out Quaternion delta )
No description available.
void Oculus.Interaction.JointDeltaProviderRef.RegisterConfig
( JointDeltaConfig config )
No description available.
void Oculus.Interaction.JointDeltaProviderRef.UnRegisterConfig
( JointDeltaConfig config )
No description available.
void Oculus.Interaction.JointDeltaProviderRef.InjectAllJointDeltaProviderRef
( IJointDeltaProvider jointDeltaProvider )
No description available.
void Oculus.Interaction.JointDeltaProviderRef.InjectJointDeltaProvider
( IJointDeltaProvider jointDeltaProvider )
No description available.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon