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