Function NavMeshGraph.GetTileBoundsInGraphSpace
        
                GetTileBoundsInGraphSpace
        
                (IntRect rect)
    
            
            Returns an XZ bounds object with the bounds of a group of tiles in graph space.
                Public
            
        
        
                GetTileBoundsInGraphSpace
        
                (int x, int z, int width=1, int depth=1)
    
            
            Returns an XZ bounds object with the bounds of a group of tiles in graph space.
                Public