mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with latest 4.0-dev
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
:github_url: hide
|
||||
|
||||
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
||||
.. Generated automatically by doc/tools/make_rst.py in Godot's source tree.
|
||||
.. DO NOT EDIT THIS FILE, but the EditorInterface.xml source instead.
|
||||
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
||||
|
||||
@@ -140,6 +140,8 @@ Edits the given :ref:`Resource<class_Resource>`.
|
||||
|
||||
Returns the main container of Godot editor's window. For example, you can use it to retrieve the size of the container and place your controls accordingly.
|
||||
|
||||
**Warning:** Removing and freeing this node will render the editor useless and may cause a crash.
|
||||
|
||||
----
|
||||
|
||||
.. _class_EditorInterface_method_get_command_palette:
|
||||
@@ -148,6 +150,8 @@ Returns the main container of Godot editor's window. For example, you can use it
|
||||
|
||||
Returns the editor's :ref:`EditorCommandPalette<class_EditorCommandPalette>` instance.
|
||||
|
||||
**Warning:** Removing and freeing this node will render a part of the editor useless and may cause a crash.
|
||||
|
||||
----
|
||||
|
||||
.. _class_EditorInterface_method_get_current_path:
|
||||
@@ -174,6 +178,8 @@ Returns the main editor control. Use this as a parent for main screens.
|
||||
|
||||
**Note:** This returns the main editor control containing the whole editor, not the 2D or 3D viewports specifically.
|
||||
|
||||
**Warning:** Removing and freeing this node will render a part of the editor useless and may cause a crash.
|
||||
|
||||
----
|
||||
|
||||
.. _class_EditorInterface_method_get_editor_paths:
|
||||
@@ -206,6 +212,8 @@ Returns the editor's :ref:`EditorSettings<class_EditorSettings>` instance.
|
||||
|
||||
Returns the editor's :ref:`FileSystemDock<class_FileSystemDock>` instance.
|
||||
|
||||
**Warning:** Removing and freeing this node will render a part of the editor useless and may cause a crash.
|
||||
|
||||
----
|
||||
|
||||
.. _class_EditorInterface_method_get_inspector:
|
||||
@@ -214,6 +222,8 @@ Returns the editor's :ref:`FileSystemDock<class_FileSystemDock>` instance.
|
||||
|
||||
Returns the editor's :ref:`EditorInspector<class_EditorInspector>` instance.
|
||||
|
||||
**Warning:** Removing and freeing this node will render a part of the editor useless and may cause a crash.
|
||||
|
||||
----
|
||||
|
||||
.. _class_EditorInterface_method_get_open_scenes:
|
||||
@@ -254,6 +264,8 @@ Returns the editor's :ref:`EditorResourcePreview<class_EditorResourcePreview>` i
|
||||
|
||||
Returns the editor's :ref:`ScriptEditor<class_ScriptEditor>` instance.
|
||||
|
||||
**Warning:** Removing and freeing this node will render a part of the editor useless and may cause a crash.
|
||||
|
||||
----
|
||||
|
||||
.. _class_EditorInterface_method_get_selected_path:
|
||||
|
||||
Reference in New Issue
Block a user