Function NavmeshAdd.ForceUpdate
        
                ForceUpdate
        
                ()
    
            
            Forces this navmesh add to update the navmesh.
                Public
            
        void ForceUpdate ()
Forces this navmesh add to update the navmesh.
This update is not instant, it is done the next time it is checked if it needs updating.
If there's no AstarPath component in the scene, this method will do nothing.