From c87ad9d7c14ffb8d921cdce56fc75cb9bb4eb8b1 Mon Sep 17 00:00:00 2001
From: smix8 <52464204+smix8@users.noreply.github.com>
Date: Sun, 25 Sep 2022 15:48:43 +0200
Subject: [PATCH] Add missing postprocessing doc for PathQueryParameters
---
doc/classes/NavigationPathQueryParameters2D.xml | 1 +
doc/classes/NavigationPathQueryParameters3D.xml | 1 +
2 files changed, 2 insertions(+)
diff --git a/doc/classes/NavigationPathQueryParameters2D.xml b/doc/classes/NavigationPathQueryParameters2D.xml
index 70455017c46..364f495a725 100644
--- a/doc/classes/NavigationPathQueryParameters2D.xml
+++ b/doc/classes/NavigationPathQueryParameters2D.xml
@@ -16,6 +16,7 @@
The navigation layers the query will use (as a bitmask).
+ The path postprocessing applied to the raw path corridor found by the [member pathfinding_algorithm].
The pathfinding algorithm used in the path query.
diff --git a/doc/classes/NavigationPathQueryParameters3D.xml b/doc/classes/NavigationPathQueryParameters3D.xml
index 4dd54601f5d..59c907c5b5b 100644
--- a/doc/classes/NavigationPathQueryParameters3D.xml
+++ b/doc/classes/NavigationPathQueryParameters3D.xml
@@ -16,6 +16,7 @@
The navigation layers the query will use (as a bitmask).
+ The path postprocessing applied to the raw path corridor found by the [member pathfinding_algorithm].
The pathfinding algorithm used in the path query.