Optional featureType: FeatureTypeOptional featureId: numberThe collider hit by the ray.
The id of the geometric feature the point was projected on.
The type of the geometric feature the point was projected on.
The normal of the collider at the hit point.
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.
Static fromThe set the hit collider belongs to.
The raw intersection returned by the WASM query. It is freed by this method.
Optional target: RayColliderIntersectionIf provided, this object is populated and returned instead of allocating a new one.
The intersection between a ray and a collider (includes the collider handle).