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 : int
Fields
| Name | Description | Value |
|---|---|---|
| Raycast | Uses |
0 |
| SphereCast | Uses |
1 |