Result from a [NavigationPathQueryParameters2D] navigation path query. This class contains the result of a navigation path query from [method NavigationServer2D.query_path]. $DOCS_URL/tutorials/navigation/navigation_using_navigationpathqueryobjects.html Reset the result object to its initial state. This is useful to reuse the object across multiple queries. The resulting path array from the navigation query. All path array positions are in global coordinates. Without customized query parameters this is the same path as returned by [method NavigationServer2D.map_get_path]. The [code]ObjectID[/code]s of the [Object]s which manage the regions and links each point of the path goes through. The [RID]s of the regions and links that each point of the path goes through. The type of navigation primitive (region or link) that each point of the path goes through. This segment of the path goes through a region. This segment of the path goes through a link.