From 6a61b9f6e84485d49152c6d572d630b2f1d923be Mon Sep 17 00:00:00 2001 From: skyace65 Date: Wed, 21 Oct 2020 15:50:19 -0400 Subject: Document more NavigationMesh properties --- doc/classes/NavigationMesh.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/classes/NavigationMesh.xml b/doc/classes/NavigationMesh.xml index dd7464ac0e..31be81895b 100644 --- a/doc/classes/NavigationMesh.xml +++ b/doc/classes/NavigationMesh.xml @@ -79,6 +79,7 @@ + The minimum Y space needed for navigation to be generated. The maximum height difference between two areas for navigation to be generated between them. @@ -87,8 +88,10 @@ The maximum angle a slope can be at for navigation to be generated on it. + Determines where the edge of a navigation mesh is. This way an agent will not overlap with another mesh or stand over nothing. + The height of a cell. The size of cells in the [NavigationMesh]. -- cgit v1.2.3