We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

    Show / Hide Table of Contents

    Enum SceneQueryType

    Defines the different scene query types. Mostly used by pointers.

    Namespace: Microsoft.MixedReality.Toolkit.Physics
    Assembly: cs.temp.dll.dll
    Syntax
    public enum SceneQueryType

    Fields

    Name Description
    BoxRaycast

    Complex raycast from multiple points using a box collider.

    SimpleRaycast

    Use a simple raycast from a single point in a given direction.

    SphereCast

    Use Sphere cast.

    SphereOverlap

    Check for colliders within a specific radius.

    Back to top Generated by DocFX