Function NavGraph.IsInsideBounds

IsInsideBounds (Vector3 point)

True if the point is inside the bounding box of this graph.

Public
bool IsInsideBounds (

Vector3

point

)

True if the point is inside the bounding box of this graph.

This method may be able to use a tighter (non-axis aligned) bounding box than using the one returned by bounds.

It is valid for a graph to return true for all points in the world. In particular the PointGraph will always return true, since it has no limits on its bounding box.