diff options
author | smix8 <52464204+smix8@users.noreply.github.com> | 2022-09-25 15:48:43 +0200 |
---|---|---|
committer | smix8 <52464204+smix8@users.noreply.github.com> | 2022-09-25 15:48:43 +0200 |
commit | c87ad9d7c14ffb8d921cdce56fc75cb9bb4eb8b1 (patch) | |
tree | 4ef43df35ba9a859fa7ac813d24dad3bef166c69 /doc/classes/NavigationPathQueryParameters3D.xml | |
parent | 15ac442247b2b45ae0e2900d18f26e5b82e6c011 (diff) | |
download | redot-engine-c87ad9d7c14ffb8d921cdce56fc75cb9bb4eb8b1.tar.gz |
Add missing postprocessing doc for PathQueryParameters
Diffstat (limited to 'doc/classes/NavigationPathQueryParameters3D.xml')
-rw-r--r-- | doc/classes/NavigationPathQueryParameters3D.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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. |