Function PathTracer.SetPath
        
                SetPath
        
                (ABPath path, NativeMovementPlane movementPlane)
    
            
            Replaces the current path with the given path.
                Public
            
        
        
                SetPath
        
                (List<Funnel.PathPart> parts, List<GraphNode> nodes, Vector3 unclampedStartPoint, Vector3 unclampedEndPoint, NativeMovementPlane movementPlane, PathRequestSettings pathfindingSettings, Path path)
    
            
            Replaces the current path with the given path.
                Public