Function NavmeshCut.GetBounds
        
                GetBounds
        
                (GraphTransform inverseTransform, float radiusMargin)
    
            
            Bounds in XZ space after transforming using the *inverse* transform of the inverseTransform parameter.
                Public
            
        Rect GetBounds (
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 cut intersects.