Function NavmeshBase.ClearTile
        
                ClearTile
        
                (int x, int z, NavmeshTile replacement)
    
            
            Clear the tile at the specified coordinate.
                Protected
            
        void ClearTile (
int  |     x  |         |
int  |     z  |         |
replacement  |         
Clear the tile at the specified coordinate.
Must be called during a batch update, see StartBatchTileUpdate.