Enum CurveInteractionCaster.QuerySnapVolumeInteraction
Sets whether ray cast queries hit Trigger colliders and include or ignore snap volume trigger colliders.
Namespace: UnityEngine.XR.Interaction.Toolkit.Interactors.Casters
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public enum CurveInteractionCaster.QuerySnapVolumeInteraction
  Fields
| Name | Description | 
|---|---|
| Collide | Queries always report Trigger hits that are registered with a snap volume.  | 
      
| Ignore | Queries never report Trigger hits that are registered with a snap volume.  |