Don't generate empty doc sections and reduce code duplication
This commit is contained in:
@ -8,8 +8,6 @@
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="map_data" type="PackedFloat32Array" setter="set_map_data" getter="get_map_data" default="PackedFloat32Array(0, 0, 0, 0)">
|
||||
Height map data, pool array must be of [member map_width] * [member map_depth] size.
|
||||
@ -21,6 +19,4 @@
|
||||
Width of the height map data. Changing this will resize the [member map_data].
|
||||
</member>
|
||||
</members>
|
||||
<constants>
|
||||
</constants>
|
||||
</class>
|
||||
|
||||
Reference in New Issue
Block a user