Fix documentation about depth and width of Height map

(cherry picked from commit 2cafaf3adb)
This commit is contained in:
Markus Sauermann 2022-03-11 01:03:07 +01:00 committed by Rémi Verschelde
parent bd47f7aebb
commit e7d9a40a8b
1 changed files with 2 additions and 2 deletions

View File

@ -15,10 +15,10 @@
Height map data, pool array must be of [member map_width] * [member map_depth] size.
</member>
<member name="map_depth" type="int" setter="set_map_depth" getter="get_map_depth" default="2">
Depth of the height map data. Changing this will resize the [member map_data].
Number of vertices in the depth of the height map. Changing this will resize the [member map_data].
</member>
<member name="map_width" type="int" setter="set_map_width" getter="get_map_width" default="2">
Width of the height map data. Changing this will resize the [member map_data].
Number of vertices in the width of the height map. Changing this will resize the [member map_data].
</member>
</members>
<constants>