Просмотр исходного кода

Merge pull request #22113 from char0xff/editor_interface

Update EditorInterface.xml
Rémi Verschelde 7 лет назад
Родитель
Сommit
ebd14a778d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      doc/classes/EditorInterface.xml

+ 1 - 1
doc/classes/EditorInterface.xml

@@ -24,7 +24,7 @@
 			<return type="Control">
 			<return type="Control">
 			</return>
 			</return>
 			<description>
 			<description>
-				Returns the base [Control].
+				Returns the main container of Godot's editor window. You can use it, for example, to retrieve the size of the container and place your controls accordingly.
 			</description>
 			</description>
 		</method>
 		</method>
 		<method name="get_edited_scene_root">
 		<method name="get_edited_scene_root">