Ray |
The RayCastInput type exposes the following members.
| Name | Description | |
|---|---|---|
| MaxFraction | The ray extends from p1 to p1 + maxFraction * (p2 - p1). If you supply a max fraction of 1, the ray extends from p1 to p2. A max fraction of 0.5 makes the ray go from p1 and half way to p2. | |
| Point1 | The starting point of the ray. | |
| Point2 | The ending point of the ray. |