1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #106179 from Aioshiro/editorProperty_description_swap

Fix description of `EditorProperty`'s `draw_background` and `draw_label`
This commit is contained in:
Thaddeus Crews
2025-05-09 11:29:19 -05:00

View File

@@ -110,10 +110,10 @@
Used by the inspector, set to [code]true[/code] when the property can be deleted by the user.
</member>
<member name="draw_background" type="bool" setter="set_draw_background" getter="is_draw_background" default="true">
Used by the inspector, set to [code]true[/code] when the property label is drawn.
Used by the inspector, set to [code]true[/code] when the property background is drawn.
</member>
<member name="draw_label" type="bool" setter="set_draw_label" getter="is_draw_label" default="true">
Used by the inspector, set to [code]true[/code] when the property background is drawn.
Used by the inspector, set to [code]true[/code] when the property label is drawn.
</member>
<member name="draw_warning" type="bool" setter="set_draw_warning" getter="is_draw_warning" default="false">
Used by the inspector, set to [code]true[/code] when the property is drawn with the editor theme's warning color. This is used for editable children's properties.