diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-09-25 16:59:15 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-09-25 16:59:15 +0200 |
commit | c1891c5e3caadd9a38a61884cdc6c0de8b656dc6 (patch) | |
tree | 449cb62876a04416ed096cec3074a3791a283a55 | |
parent | 3d1be58d92e4f62d4f49964a77e4e1d0c44596da (diff) | |
parent | c87ad9d7c14ffb8d921cdce56fc75cb9bb4eb8b1 (diff) |
Merge pull request #66402 from smix8/navigation_pathquery_missing_doc_4.x
Add missing postprocessing doc for PathQueryParameters
-rw-r--r-- | doc/classes/NavigationPathQueryParameters2D.xml | 1 | ||||
-rw-r--r-- | doc/classes/NavigationPathQueryParameters3D.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/NavigationPathQueryParameters2D.xml b/doc/classes/NavigationPathQueryParameters2D.xml index 70455017c4..364f495a72 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). </member> <member name="path_postprocessing" type="int" setter="set_path_postprocessing" getter="get_path_postprocessing" enum="NavigationPathQueryParameters2D.PathPostProcessing" default="0"> + The path postprocessing applied to the raw path corridor found by the [member pathfinding_algorithm]. </member> <member name="pathfinding_algorithm" type="int" setter="set_pathfinding_algorithm" getter="get_pathfinding_algorithm" enum="NavigationPathQueryParameters2D.PathfindingAlgorithm" default="0"> The pathfinding algorithm used in the path query. diff --git a/doc/classes/NavigationPathQueryParameters3D.xml b/doc/classes/NavigationPathQueryParameters3D.xml index 4dd54601f5..59c907c5b5 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). </member> <member name="path_postprocessing" type="int" setter="set_path_postprocessing" getter="get_path_postprocessing" enum="NavigationPathQueryParameters3D.PathPostProcessing" default="0"> + The path postprocessing applied to the raw path corridor found by the [member pathfinding_algorithm]. </member> <member name="pathfinding_algorithm" type="int" setter="set_pathfinding_algorithm" getter="get_pathfinding_algorithm" enum="NavigationPathQueryParameters3D.PathfindingAlgorithm" default="0"> The pathfinding algorithm used in the path query. |