diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-04-27 11:51:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-27 11:51:49 +0200 |
commit | d22850234ceb958857d081c6f195bedec232430b (patch) | |
tree | 214061009b1f87e95b565771aededd42e9fb4d0f /doc | |
parent | 523a7ecef31d93f0f794e06aa5aa84cf3f53901c (diff) | |
parent | 0ea7780e3337d075af43d4de9f66bd80fea9e3ef (diff) |
Merge pull request #59393 from techiepriyansh/move-gltf-export-under-scene-menu
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/EditorPlugin.xml | 6 |
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 > Export As...[/b]. + </description> + </method> <method name="get_script_create_dialog"> <return type="ScriptCreateDialog" /> <description> |