Enum XRRayInteractor.QuerySnapVolumeInteraction
Sets whether ray cast queries hit Trigger colliders and include or ignore snap volume trigger colliders.
Namespace: UnityEngine.XR.Interaction.Toolkit.Interactors
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public enum XRRayInteractor.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. |