Function NavmeshAdd.GetBounds

GetBounds (Pathfinding.Util.GraphTransform inverseTransform, float radiusMargin)

Bounds in XZ space after transforming using the *inverse* transform of the inverseTransform parameter.

Public
Rect GetBounds (

Pathfinding.Util.GraphTransform

inverseTransform

float

radiusMargin

)

Bounds in XZ space after transforming using the *inverse* transform of the inverseTransform parameter.

The transformation will typically transform the vertices to graph space and this is used to figure out which tiles the add intersects.