Click or drag to resize

RayCastInput Fields

The RayCastInput type exposes the following members.

Fields
  NameDescription
Public fieldMaxFraction
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.
Public fieldPoint1
The starting point of the ray.
Public fieldPoint2
The ending point of the ray.
Top
See Also