docs.unity.cn
    Show / Hide Table of Contents

    Enum XRRayInteractor.HitDetectionType

    Sets which shape of physics cast to use for the cast when detecting collisions.

    Namespace: UnityEngine.XR.Interaction.Toolkit
    Syntax
    public enum HitDetectionType

    Fields

    Name Description Value
    Raycast

    Uses Physics Ray cast to detect collisions.

    SphereCast

    Uses Physics Sphere Cast to detect collisions.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, August 12, 2022
    Terms of use