Interface IAttachPointVelocityProvider
Interface defining the contract for providers that can supply attach point velocity data. This includes both linear velocity and angular velocity.
Namespace: UnityEngine.XR.Interaction.Toolkit.Interaction
Assembly: solution.dll
Syntax
public interface IAttachPointVelocityProvider
Methods
| Name | Description |
|---|---|
| GetAttachPointAngularVelocity() | Retrieves the current angular velocity of the attachment point. |
| GetAttachPointVelocity() | Retrieves the current linear velocity of the attachment point. |