Function RichFunnel.UpdateFunnelCorridor
        
                UpdateFunnelCorridor
        
                (int splitIndex, List<TriangleMeshNode> prefix)
    
            
            Split funnel at node index splitIndex and throw the nodes up to that point away and replace with prefix.
                Private
            
        void UpdateFunnelCorridor (
int  |     splitIndex  |         |
List<TriangleMeshNode>  |     prefix  |         
Split funnel at node index splitIndex and throw the nodes up to that point away and replace with prefix.
Used when the AI has happened to get sidetracked and entered a node outside the funnel.