From 496a2f17bd8c30b2d28273d71ce2eedba1953c9f Mon Sep 17 00:00:00 2001 From: skyace65 Date: Wed, 9 Sep 2020 10:21:18 -0400 Subject: [PATCH] Document some properties of NavigationMesh --- doc/classes/NavigationMesh.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/classes/NavigationMesh.xml b/doc/classes/NavigationMesh.xml index 6deca4394f2..a2fa31bf65e 100644 --- a/doc/classes/NavigationMesh.xml +++ b/doc/classes/NavigationMesh.xml @@ -80,14 +80,17 @@ + The maximum height difference between two areas for navigation to be generated between them. + The maximum angle a slope can be at for navigation to be generated on it. + The size of cells in the [NavigationMesh]. @@ -104,18 +107,25 @@ + The physics layers used to generate the [NavigationMesh]. + What kind of geomerty is used to generate the [NavigationMesh]. + Which geometry is used to generate the [NavigationMesh]. + The name of the group that is used to generate the [NavigationMesh]. + The number of vertices to use per polygon. Higher values will improve performance at the cost of lower precision. + If two adjacent regions' edges are separated by a distance lower than this value, the regions will be merged together. + The minimum size of a region for it to be created.