summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-04-27 11:51:49 +0200
committerGitHub <noreply@github.com>2022-04-27 11:51:49 +0200
commitd22850234ceb958857d081c6f195bedec232430b (patch)
tree214061009b1f87e95b565771aededd42e9fb4d0f /doc
parent523a7ecef31d93f0f794e06aa5aa84cf3f53901c (diff)
parent0ea7780e3337d075af43d4de9f66bd80fea9e3ef (diff)
Merge pull request #59393 from techiepriyansh/move-gltf-export-under-scene-menu
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/EditorPlugin.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/EditorPlugin.xml b/doc/classes/EditorPlugin.xml
index d28bf80a1e..7bbb2ae26c 100644
--- a/doc/classes/EditorPlugin.xml
+++ b/doc/classes/EditorPlugin.xml
@@ -470,6 +470,12 @@
Returns the [EditorInterface] object that gives you control over Godot editor's window and its functionalities.
</description>
</method>
+ <method name="get_export_as_menu">
+ <return type="PopupMenu" />
+ <description>
+ Returns the [PopupMenu] under [b]Scene &gt; Export As...[/b].
+ </description>
+ </method>
<method name="get_script_create_dialog">
<return type="ScriptCreateDialog" />
<description>