Function NavmeshAdd.GetBounds
GetBounds
(Pathfinding.Util.GraphTransform inverseTransform, float radiusMargin)
Bounds after transforming using the *inverse* transform of the inverseTransform parameter.
Public
Bounds GetBounds (
inverseTransform | ||
float | radiusMargin |
Bounds 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.