The navigation mesh to use for the raycast.
The NodeRef for the start polygon
The starting position in world space.
The ending position in world space.
The query filter to apply.
The raycast result with hit information and visited polygons (without cost calculation).
Casts a 'walkability' ray along the surface of the navigation mesh from the start position toward the end position.
This method is meant to be used for quick, short distance checks. The raycast ignores the y-value of the end position (2D check).