Skip to content

Commit

Permalink
Merge pull request #59004 from Sauermann/fix-3x-heightmap-size-doc
Browse files Browse the repository at this point in the history
Fix documentation about depth and width of Height map
  • Loading branch information
akien-mga authored Mar 11, 2022
2 parents 8975470 + 2cafaf3 commit 432b1f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/classes/HeightMapShape.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 432b1f8

Please sign in to comment.