{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} Interface IAspectQueryable | Unity Physics | 1.1.0-pre.3
docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IAspectQueryable

    Interface for objects that can be hit by aspect queries.

    Namespace: Unity.Physics
    Assembly: solution.dll
    Syntax
    public interface IAspectQueryable

    Methods

    Name Description
    CalculateDistance(in ColliderAspect, float, ref NativeList<DistanceHit>, QueryInteraction)

    Calculates the distance from the collider aspect to this IAspectQueryable.

    CalculateDistance(in ColliderAspect, float, out DistanceHit, QueryInteraction)

    Calculates the distance from the collider aspect to this IAspectQueryable.

    CalculateDistance(in ColliderAspect, float, QueryInteraction)

    Calculates the distance from the collider aspect to this IAspectQueryable.

    CalculateDistance<T>(in ColliderAspect, float, ref T, QueryInteraction)

    Calculates the distance from the collider aspect to this IAspectQueryable.

    CastCollider(in ColliderAspect, float3, float, ref NativeList<ColliderCastHit>, QueryInteraction)

    Cast the collider aspect against this IAspectQueryable.

    CastCollider(in ColliderAspect, float3, float, out ColliderCastHit, QueryInteraction)

    Cast the collider aspect against this IAspectQueryable.

    CastCollider(in ColliderAspect, float3, float, QueryInteraction)

    Cast the collider aspect against this IAspectQueryable.

    CastCollider<T>(in ColliderAspect, float3, float, ref T, QueryInteraction)

    Cast the collider aspect against this IAspectQueryable.

    In This Article
    Back to top
    Copyright © 2023 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)