Function PIDMovement.InterestingEdgeBounds
        
                InterestingEdgeBounds
        
                (refPIDMovement settings, float3 position, float3 nextCorner, float height, NativeMovementPlane plane)
    
            
            Finds the bounding box in which this controller is interested in navmesh edges.
                Public
                    Static
            
        Bounds InterestingEdgeBounds (
refPIDMovement  |     settings  |         |
float3  |     position  |         |
float3  |     nextCorner  |         |
float  |     height  |         |
plane  |         
Finds the bounding box in which this controller is interested in navmesh edges.
The edges should be assigned to ControlParams.edges. The bounding box is relative to the given movement plane.