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