Enum XRRayInteractor.LineType
Sets which trajectory path to use for the cast when detecting collisions.
Namespace: UnityEngine.XR.Interaction.Toolkit
Syntax
public enum LineType
Fields
| Name | Description | Value |
|---|---|---|
| StraightLine | 0 | |
| ProjectileCurve | 1 | |
| BezierCurve | 2 |