Skip to content

Commit f86bf70

Browse files
authored
Merge pull request #9730 from smix8/navagent_simplify
Update NavigationAgent doc with new simplify_path property
2 parents 85ad1c8 + ea26ff9 commit f86bf70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tutorials/navigation/navigation_using_navigationagents.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The result of the pathfinding can be influenced with the following properties.
2828
- The ``pathfinding_algorithm`` controls how the pathfinding travels through the navigation mesh polygons in the path search.
2929
- The ``path_postprocessing`` sets if or how the raw path corridor found by the pathfinding is altered before it is returned.
3030
- 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.
3132

3233
.. warning::
3334

0 commit comments

Comments
 (0)