We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85ad1c8 + ea26ff9 commit f86bf70Copy full SHA for f86bf70
tutorials/navigation/navigation_using_navigationagents.rst
@@ -28,6 +28,7 @@ The result of the pathfinding can be influenced with the following properties.
28
- The ``pathfinding_algorithm`` controls how the pathfinding travels through the navigation mesh polygons in the path search.
29
- The ``path_postprocessing`` sets if or how the raw path corridor found by the pathfinding is altered before it is returned.
30
- The ``path_metadata_flags`` enable the collection of additional path point meta data returned by the path.
31
+- The ``simplify_path`` and ``simplify_epsilon`` properties can be used to remove less critical points from the path.
32
33
.. warning::
34
0 commit comments