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

JointDeltaProviderRef Class

Extends MonoBehaviour
JointDeltaProviderRef is a utility component that delegates all of its IJointDeltaProvider implementation to the provided JointDeltaProvider object.

Properties

JointDeltaProvider : IJointDeltaProvider
[Get]
Signature
IJointDeltaProvider Oculus.Interaction.JointDeltaProviderRef.JointDeltaProvider

Protected Methods

Awake ()
Signature
virtual void Oculus.Interaction.JointDeltaProviderRef.Awake()
Returns
void
Start ()
Signature
virtual void Oculus.Interaction.JointDeltaProviderRef.Start()
Returns
void

Methods

GetPositionDelta ( joint , delta )
Signature
bool Oculus.Interaction.JointDeltaProviderRef.GetPositionDelta(HandJointId joint, out Vector3 delta)
Parameters
joint: HandJointId
delta: out Vector3
Returns
bool
GetRotationDelta ( joint , delta )
Signature
bool Oculus.Interaction.JointDeltaProviderRef.GetRotationDelta(HandJointId joint, out Quaternion delta)
Parameters
joint: HandJointId
delta: out Quaternion
Returns
bool
InjectAllJointDeltaProviderRef ( jointDeltaProvider )
Signature
void Oculus.Interaction.JointDeltaProviderRef.InjectAllJointDeltaProviderRef(IJointDeltaProvider jointDeltaProvider)
Parameters
jointDeltaProvider: IJointDeltaProvider
Returns
void
InjectJointDeltaProvider ( jointDeltaProvider )
Signature
void Oculus.Interaction.JointDeltaProviderRef.InjectJointDeltaProvider(IJointDeltaProvider jointDeltaProvider)
Parameters
jointDeltaProvider: IJointDeltaProvider
Returns
void
RegisterConfig ( config )
Signature
void Oculus.Interaction.JointDeltaProviderRef.RegisterConfig(JointDeltaConfig config)
Parameters
Returns
void
UnRegisterConfig ( config )
Signature
void Oculus.Interaction.JointDeltaProviderRef.UnRegisterConfig(JointDeltaConfig config)
Parameters
Returns
void