Interface IAttachPointVelocityTracker
Interface defining the contract for trackers that can supply attach point velocity data and for updating that data. This includes both linear velocity and angular velocity.
Inherited Members
Namespace: UnityEngine.XR.Interaction.Toolkit.Interaction
Assembly: solution.dll
Syntax
public interface IAttachPointVelocityTracker : IAttachPointVelocityProvider
Methods
| Name | Description |
|---|---|
| UpdateAttachPointVelocityData(Transform) | Updates attach point velocity data using only the attachment transform. |
| UpdateAttachPointVelocityData(Transform, Transform) | Updates attach point velocity data using the attachment transform and an XR Origin Transform. |