Don't generate empty doc sections and reduce code duplication
This commit is contained in:
@ -11,15 +11,11 @@
|
||||
<tutorials>
|
||||
<link title="OS Test Demo">https://godotengine.org/asset-library/asset/677</link>
|
||||
</tutorials>
|
||||
<methods>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="columns" type="int" setter="set_columns" getter="get_columns" default="1">
|
||||
The number of columns in the [GridContainer]. If modified, [GridContainer] reorders its Control-derived children to accommodate the new layout.
|
||||
</member>
|
||||
</members>
|
||||
<constants>
|
||||
</constants>
|
||||
<theme_items>
|
||||
<theme_item name="hseparation" data_type="constant" type="int" default="4">
|
||||
The horizontal separation of children nodes.
|
||||
|
||||
Reference in New Issue
Block a user