Enum EndPointType
Enum representing the the various types of interaction results that dictate the behavior and world space location of the endpoint.
Namespace: UnityEngine.XR.Interaction.Toolkit.Interactors.Visuals
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public enum EndPointType
Fields
Name | Description |
---|---|
AttachPoint | End point is snapped to the attach point of a selected interactable. |
EmptyCastHit | Endpoint is located on the surface of hit 3D geometry that is not a valid interactable target. |
None | No interaction result. |
UI | End point is located at the world intersection of a UI graphics raycast. |
ValidCastHit | Endpoint is located on the surface of hit 3D geometry that is a valid interactable target. |