The time of impact between a ray and a collider.
The handle of the collider hit by the ray.
The time-of-impact of the ray with the collider.
The hit point is obtained from the ray's origin and direction: origin + dir * timeOfImpact.
origin + dir * timeOfImpact
Static
Generated using TypeDoc
The time of impact between a ray and a collider.