Namespace UnityEngine.XR.Interaction.Toolkit.Interactors.Casters
Classes
CurveInteractionCaster
A specialized interaction caster that extends Interaction
CurveInteractionCaster.RaycastHitComparer
Compares ray cast hits by distance, to sort in ascending order.
InteractionCasterBase
Provides an abstract base for interaction casters used by Near
SphereInteractionCaster
Implementation of Interaction
Interfaces
ICurveInteractionCaster
Interface containing necessary information to perform various types of casts along a curve. The caster is responsible for updating the sample points, performing the cast and returning a sorted list of colliders.
IInteractionCaster
Basic interface used to define an interaction caster, used by Near
Enums
CurveInteractionCaster.HitDetectionType
Sets which shape of physics cast to use for the cast when detecting collisions.
CurveInteractionCaster.QuerySnapVolumeInteraction
Sets whether ray cast queries hit Trigger colliders and include or ignore snap volume trigger colliders.