summaryrefslogtreecommitdiffstats
path: root/doc/classes/NavigationMesh.xml
diff options
context:
space:
mode:
authorsmix8 <52464204+smix8@users.noreply.github.com>2023-06-13 13:36:05 +0200
committersmix8 <52464204+smix8@users.noreply.github.com>2023-06-13 23:24:32 +0200
commit180a5cded1d01e8c8965f009624652ee6ef1807c (patch)
treedf55f3f59b062b3d25aafc82d674cc81ac9fd1d5 /doc/classes/NavigationMesh.xml
parent49243a9a9816b334002f7d73d9e940d00b49158d (diff)
downloadredot-engine-180a5cded1d01e8c8965f009624652ee6ef1807c.tar.gz
Fix `cell_height` for navigation meshes
Fixes `cell_height` for navigation meshes.
Diffstat (limited to 'doc/classes/NavigationMesh.xml')
-rw-r--r--doc/classes/NavigationMesh.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/NavigationMesh.xml b/doc/classes/NavigationMesh.xml
index 5999dc6222..f481fd7099 100644
--- a/doc/classes/NavigationMesh.xml
+++ b/doc/classes/NavigationMesh.xml
@@ -91,10 +91,10 @@
[b]Note:[/b] While baking, this value will be rounded up to the nearest multiple of [member cell_size].
</member>
<member name="cell_height" type="float" setter="set_cell_height" getter="get_cell_height" default="0.25">
- The Y axis cell size to use for fields.
+ The cell height used to rasterize the navigation mesh vertices on the Y axis. Must match with the cell height on the navigation map.
</member>
<member name="cell_size" type="float" setter="set_cell_size" getter="get_cell_size" default="0.25">
- The XZ plane cell size to use for fields.
+ The cell size used to rasterize the navigation mesh vertices on the XZ plane. Must match with the cell size on the navigation map.
</member>
<member name="detail_sample_distance" type="float" setter="set_detail_sample_distance" getter="get_detail_sample_distance" default="6.0">
The sampling distance to use when generating the detail mesh, in cell unit.