mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    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.

    In This Article
    • Fields
    Back to top Generated by DocFX