summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorsmix8 <52464204+smix8@users.noreply.github.com>2023-06-13 10:35:52 +0200
committersmix8 <52464204+smix8@users.noreply.github.com>2023-06-13 10:53:07 +0200
commit9c8626bfd8b945787aa258c5706a6a2e0578e089 (patch)
tree9154a633830389230b9a46c3fbec51aa99fce9cc /doc
parent46321379ba6f3c47001bd371bcac3a30a01a1eda (diff)
downloadredot-engine-9c8626bfd8b945787aa258c5706a6a2e0578e089.tar.gz
Add NavigationPolygon cell_size property
Adds NavigationPolygon cell_size property.
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/NavigationPolygon.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/classes/NavigationPolygon.xml b/doc/classes/NavigationPolygon.xml
index 73725117bd..a40f3d3d38 100644
--- a/doc/classes/NavigationPolygon.xml
+++ b/doc/classes/NavigationPolygon.xml
@@ -148,4 +148,9 @@
</description>
</method>
</methods>
+ <members>
+ <member name="cell_size" type="float" setter="set_cell_size" getter="get_cell_size" default="1.0">
+ The cell size used to rasterize the navigation mesh vertices. Must match with the cell size on the navigation map.
+ </member>
+ </members>
</class>