diff options
| author | Michael Alexsander Silva Dias | 2018-05-16 12:23:20 -0300 |
|---|---|---|
| committer | Michael Alexsander Silva Dias | 2018-05-16 12:44:15 -0300 |
| commit | e03de3ddfcb3d4d8111d5d3f50eb1301e47cb4e5 (patch) | |
| tree | d9a001920c6c8ebb1a720001dfd7fbb81ebb8f6e /doc/classes/EditorInterface.xml | |
| parent | 760ec584df5ab1126b73a8c0d47637916e22250e (diff) | |
| download | godot-e03de3ddfcb3d4d8111d5d3f50eb1301e47cb4e5.tar.gz godot-e03de3ddfcb3d4d8111d5d3f50eb1301e47cb4e5.tar.zst godot-e03de3ddfcb3d4d8111d5d3f50eb1301e47cb4e5.zip | |
Exposed set/get_project_metadata in EditorSettings.
Diffstat (limited to 'doc/classes/EditorInterface.xml')
| -rw-r--r-- | doc/classes/EditorInterface.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/EditorInterface.xml b/doc/classes/EditorInterface.xml index 006a7ca69..19bd7e6d5 100644 --- a/doc/classes/EditorInterface.xml +++ b/doc/classes/EditorInterface.xml @@ -4,7 +4,7 @@ Editor interface and main components. </brief_description> <description> - Editor interface. Allows saving and (re-)loading scenes, rendering mesh previews, inspecting and editing resources and objects and provides access to [EditorSettings], [EditorFileSystem], [EditorResourcePreview]\ er, [ScriptEditor], the editor viewport, as well as information about scenes. Also see [EditorPlugin] and [EditorScript]. + Editor interface. Allows saving and (re-)loading scenes, rendering mesh previews, inspecting and editing resources and objects and provides access to [EditorSettings], [EditorFileSystem], [EditorResourcePreview], [ScriptEditor], the editor viewport, as well as information about scenes. Also see [EditorPlugin] and [EditorScript]. </description> <tutorials> </tutorials> |
