docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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
    IAttachPointVelocityProvider.GetAttachPointVelocity()
    IAttachPointVelocityProvider.GetAttachPointAngularVelocity()
    Namespace: UnityEngine.XR.Interaction.Toolkit.Attachment
    Assembly: Unity.XR.Interaction.Toolkit.dll
    Syntax
    [MovedFrom("UnityEngine.XR.Interaction.Toolkit.Interaction")]
    public interface IAttachPointVelocityTracker : IAttachPointVelocityProvider

    Methods

    UpdateAttachPointVelocityData(Transform)

    Updates attach point velocity data using only the attachment transform.

    Declaration
    void UpdateAttachPointVelocityData(Transform attachTransform)
    Parameters
    Type Name Description
    Transform attachTransform

    The transform of the attachment point.

    See Also
    AttachPointVelocityTracker

    UpdateAttachPointVelocityData(Transform, Transform)

    Updates attach point velocity data using the attachment transform and an XR Origin Transform.

    Declaration
    void UpdateAttachPointVelocityData(Transform attachTransform, Transform xrOriginTransform)
    Parameters
    Type Name Description
    Transform attachTransform

    The transform of the attachment point.

    Transform xrOriginTransform

    The XR Origin Transform for relative calculations.

    See Also
    AttachPointVelocityTracker

    Extension Methods

    AttachPointVelocityProviderExtensions.GetAttachPointAngularVelocity(IAttachPointVelocityProvider, Transform)
    AttachPointVelocityProviderExtensions.GetAttachPointVelocity(IAttachPointVelocityProvider, Transform)

    See Also

    AttachPointVelocityTracker
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)