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

JointDeltaProvider Class

Extends MonoBehaviour, IJointDeltaProvider

Protected Fields

bool _started[Get]

Member Functions

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
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
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 RegisterConfig
( JointDeltaConfig config )
void UnRegisterConfig
( JointDeltaConfig config )

Protected Functions

virtual void Awake ( )
virtual void Start ( )
virtual void OnEnable ( )
virtual void OnDisable ( )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon