Переглянути джерело

Merge pull request #106179 from Aioshiro/editorProperty_description_swap

Fix description of `EditorProperty`'s `draw_background` and `draw_label`
Thaddeus Crews 3 місяців тому
батько
коміт
941a979c38
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      doc/classes/EditorProperty.xml

+ 2 - 2
doc/classes/EditorProperty.xml

@@ -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.