class_editorplugin.rst 90 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/4.0/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/4.0/doc/classes/EditorPlugin.xml.
  6. .. _class_EditorPlugin:
  7. EditorPlugin
  8. ============
  9. **Inherits:** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
  10. Used by the editor to extend its functionality.
  11. .. rst-class:: classref-introduction-group
  12. Description
  13. -----------
  14. Plugins are used by the editor to extend functionality. The most common types of plugins are those which edit a given node or resource type, import plugins and export plugins. See also :ref:`EditorScript<class_EditorScript>` to add functions to the editor.
  15. .. rst-class:: classref-introduction-group
  16. Tutorials
  17. ---------
  18. - :doc:`Editor plugins documentation index <../tutorials/plugins/editor/index>`
  19. .. rst-class:: classref-reftable-group
  20. Methods
  21. -------
  22. .. table::
  23. :widths: auto
  24. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  25. | void | :ref:`_apply_changes<class_EditorPlugin_method__apply_changes>` **(** **)** |virtual| |
  26. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  27. | :ref:`bool<class_bool>` | :ref:`_build<class_EditorPlugin_method__build>` **(** **)** |virtual| |
  28. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  29. | void | :ref:`_clear<class_EditorPlugin_method__clear>` **(** **)** |virtual| |
  30. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  31. | void | :ref:`_disable_plugin<class_EditorPlugin_method__disable_plugin>` **(** **)** |virtual| |
  32. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  33. | void | :ref:`_edit<class_EditorPlugin_method__edit>` **(** :ref:`Object<class_Object>` object **)** |virtual| |
  34. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  35. | void | :ref:`_enable_plugin<class_EditorPlugin_method__enable_plugin>` **(** **)** |virtual| |
  36. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  37. | void | :ref:`_forward_3d_draw_over_viewport<class_EditorPlugin_method__forward_3d_draw_over_viewport>` **(** :ref:`Control<class_Control>` viewport_control **)** |virtual| |
  38. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  39. | void | :ref:`_forward_3d_force_draw_over_viewport<class_EditorPlugin_method__forward_3d_force_draw_over_viewport>` **(** :ref:`Control<class_Control>` viewport_control **)** |virtual| |
  40. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  41. | :ref:`int<class_int>` | :ref:`_forward_3d_gui_input<class_EditorPlugin_method__forward_3d_gui_input>` **(** :ref:`Camera3D<class_Camera3D>` viewport_camera, :ref:`InputEvent<class_InputEvent>` event **)** |virtual| |
  42. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  43. | void | :ref:`_forward_canvas_draw_over_viewport<class_EditorPlugin_method__forward_canvas_draw_over_viewport>` **(** :ref:`Control<class_Control>` viewport_control **)** |virtual| |
  44. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  45. | void | :ref:`_forward_canvas_force_draw_over_viewport<class_EditorPlugin_method__forward_canvas_force_draw_over_viewport>` **(** :ref:`Control<class_Control>` viewport_control **)** |virtual| |
  46. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  47. | :ref:`bool<class_bool>` | :ref:`_forward_canvas_gui_input<class_EditorPlugin_method__forward_canvas_gui_input>` **(** :ref:`InputEvent<class_InputEvent>` event **)** |virtual| |
  48. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  49. | :ref:`PackedStringArray<class_PackedStringArray>` | :ref:`_get_breakpoints<class_EditorPlugin_method__get_breakpoints>` **(** **)** |virtual| |const| |
  50. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  51. | :ref:`Texture2D<class_Texture2D>` | :ref:`_get_plugin_icon<class_EditorPlugin_method__get_plugin_icon>` **(** **)** |virtual| |const| |
  52. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  53. | :ref:`String<class_String>` | :ref:`_get_plugin_name<class_EditorPlugin_method__get_plugin_name>` **(** **)** |virtual| |const| |
  54. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  55. | :ref:`Dictionary<class_Dictionary>` | :ref:`_get_state<class_EditorPlugin_method__get_state>` **(** **)** |virtual| |const| |
  56. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  57. | void | :ref:`_get_window_layout<class_EditorPlugin_method__get_window_layout>` **(** :ref:`ConfigFile<class_ConfigFile>` configuration **)** |virtual| |
  58. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  59. | :ref:`bool<class_bool>` | :ref:`_handles<class_EditorPlugin_method__handles>` **(** :ref:`Object<class_Object>` object **)** |virtual| |const| |
  60. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  61. | :ref:`bool<class_bool>` | :ref:`_has_main_screen<class_EditorPlugin_method__has_main_screen>` **(** **)** |virtual| |const| |
  62. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  63. | void | :ref:`_make_visible<class_EditorPlugin_method__make_visible>` **(** :ref:`bool<class_bool>` visible **)** |virtual| |
  64. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  65. | void | :ref:`_save_external_data<class_EditorPlugin_method__save_external_data>` **(** **)** |virtual| |
  66. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  67. | void | :ref:`_set_state<class_EditorPlugin_method__set_state>` **(** :ref:`Dictionary<class_Dictionary>` state **)** |virtual| |
  68. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  69. | void | :ref:`_set_window_layout<class_EditorPlugin_method__set_window_layout>` **(** :ref:`ConfigFile<class_ConfigFile>` configuration **)** |virtual| |
  70. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  71. | void | :ref:`add_autoload_singleton<class_EditorPlugin_method_add_autoload_singleton>` **(** :ref:`String<class_String>` name, :ref:`String<class_String>` path **)** |
  72. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  73. | :ref:`Button<class_Button>` | :ref:`add_control_to_bottom_panel<class_EditorPlugin_method_add_control_to_bottom_panel>` **(** :ref:`Control<class_Control>` control, :ref:`String<class_String>` title **)** |
  74. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  75. | void | :ref:`add_control_to_container<class_EditorPlugin_method_add_control_to_container>` **(** :ref:`CustomControlContainer<enum_EditorPlugin_CustomControlContainer>` container, :ref:`Control<class_Control>` control **)** |
  76. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  77. | void | :ref:`add_control_to_dock<class_EditorPlugin_method_add_control_to_dock>` **(** :ref:`DockSlot<enum_EditorPlugin_DockSlot>` slot, :ref:`Control<class_Control>` control **)** |
  78. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  79. | void | :ref:`add_custom_type<class_EditorPlugin_method_add_custom_type>` **(** :ref:`String<class_String>` type, :ref:`String<class_String>` base, :ref:`Script<class_Script>` script, :ref:`Texture2D<class_Texture2D>` icon **)** |
  80. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  81. | void | :ref:`add_debugger_plugin<class_EditorPlugin_method_add_debugger_plugin>` **(** :ref:`EditorDebuggerPlugin<class_EditorDebuggerPlugin>` script **)** |
  82. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  83. | void | :ref:`add_export_plugin<class_EditorPlugin_method_add_export_plugin>` **(** :ref:`EditorExportPlugin<class_EditorExportPlugin>` plugin **)** |
  84. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  85. | void | :ref:`add_import_plugin<class_EditorPlugin_method_add_import_plugin>` **(** :ref:`EditorImportPlugin<class_EditorImportPlugin>` importer, :ref:`bool<class_bool>` first_priority=false **)** |
  86. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  87. | void | :ref:`add_inspector_plugin<class_EditorPlugin_method_add_inspector_plugin>` **(** :ref:`EditorInspectorPlugin<class_EditorInspectorPlugin>` plugin **)** |
  88. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  89. | void | :ref:`add_node_3d_gizmo_plugin<class_EditorPlugin_method_add_node_3d_gizmo_plugin>` **(** :ref:`EditorNode3DGizmoPlugin<class_EditorNode3DGizmoPlugin>` plugin **)** |
  90. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  91. | void | :ref:`add_resource_conversion_plugin<class_EditorPlugin_method_add_resource_conversion_plugin>` **(** :ref:`EditorResourceConversionPlugin<class_EditorResourceConversionPlugin>` plugin **)** |
  92. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  93. | void | :ref:`add_scene_format_importer_plugin<class_EditorPlugin_method_add_scene_format_importer_plugin>` **(** :ref:`EditorSceneFormatImporter<class_EditorSceneFormatImporter>` scene_format_importer, :ref:`bool<class_bool>` first_priority=false **)** |
  94. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  95. | void | :ref:`add_scene_post_import_plugin<class_EditorPlugin_method_add_scene_post_import_plugin>` **(** :ref:`EditorScenePostImportPlugin<class_EditorScenePostImportPlugin>` scene_import_plugin, :ref:`bool<class_bool>` first_priority=false **)** |
  96. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  97. | void | :ref:`add_tool_menu_item<class_EditorPlugin_method_add_tool_menu_item>` **(** :ref:`String<class_String>` name, :ref:`Callable<class_Callable>` callable **)** |
  98. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  99. | void | :ref:`add_tool_submenu_item<class_EditorPlugin_method_add_tool_submenu_item>` **(** :ref:`String<class_String>` name, :ref:`PopupMenu<class_PopupMenu>` submenu **)** |
  100. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  101. | void | :ref:`add_translation_parser_plugin<class_EditorPlugin_method_add_translation_parser_plugin>` **(** :ref:`EditorTranslationParserPlugin<class_EditorTranslationParserPlugin>` parser **)** |
  102. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  103. | void | :ref:`add_undo_redo_inspector_hook_callback<class_EditorPlugin_method_add_undo_redo_inspector_hook_callback>` **(** :ref:`Callable<class_Callable>` callable **)** |
  104. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  105. | :ref:`EditorInterface<class_EditorInterface>` | :ref:`get_editor_interface<class_EditorPlugin_method_get_editor_interface>` **(** **)** |
  106. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  107. | :ref:`PopupMenu<class_PopupMenu>` | :ref:`get_export_as_menu<class_EditorPlugin_method_get_export_as_menu>` **(** **)** |
  108. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  109. | :ref:`ScriptCreateDialog<class_ScriptCreateDialog>` | :ref:`get_script_create_dialog<class_EditorPlugin_method_get_script_create_dialog>` **(** **)** |
  110. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  111. | :ref:`EditorUndoRedoManager<class_EditorUndoRedoManager>` | :ref:`get_undo_redo<class_EditorPlugin_method_get_undo_redo>` **(** **)** |
  112. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  113. | void | :ref:`hide_bottom_panel<class_EditorPlugin_method_hide_bottom_panel>` **(** **)** |
  114. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  115. | void | :ref:`make_bottom_panel_item_visible<class_EditorPlugin_method_make_bottom_panel_item_visible>` **(** :ref:`Control<class_Control>` item **)** |
  116. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  117. | void | :ref:`queue_save_layout<class_EditorPlugin_method_queue_save_layout>` **(** **)** |
  118. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  119. | void | :ref:`remove_autoload_singleton<class_EditorPlugin_method_remove_autoload_singleton>` **(** :ref:`String<class_String>` name **)** |
  120. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  121. | void | :ref:`remove_control_from_bottom_panel<class_EditorPlugin_method_remove_control_from_bottom_panel>` **(** :ref:`Control<class_Control>` control **)** |
  122. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  123. | void | :ref:`remove_control_from_container<class_EditorPlugin_method_remove_control_from_container>` **(** :ref:`CustomControlContainer<enum_EditorPlugin_CustomControlContainer>` container, :ref:`Control<class_Control>` control **)** |
  124. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  125. | void | :ref:`remove_control_from_docks<class_EditorPlugin_method_remove_control_from_docks>` **(** :ref:`Control<class_Control>` control **)** |
  126. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  127. | void | :ref:`remove_custom_type<class_EditorPlugin_method_remove_custom_type>` **(** :ref:`String<class_String>` type **)** |
  128. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  129. | void | :ref:`remove_debugger_plugin<class_EditorPlugin_method_remove_debugger_plugin>` **(** :ref:`EditorDebuggerPlugin<class_EditorDebuggerPlugin>` script **)** |
  130. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  131. | void | :ref:`remove_export_plugin<class_EditorPlugin_method_remove_export_plugin>` **(** :ref:`EditorExportPlugin<class_EditorExportPlugin>` plugin **)** |
  132. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  133. | void | :ref:`remove_import_plugin<class_EditorPlugin_method_remove_import_plugin>` **(** :ref:`EditorImportPlugin<class_EditorImportPlugin>` importer **)** |
  134. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  135. | void | :ref:`remove_inspector_plugin<class_EditorPlugin_method_remove_inspector_plugin>` **(** :ref:`EditorInspectorPlugin<class_EditorInspectorPlugin>` plugin **)** |
  136. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  137. | void | :ref:`remove_node_3d_gizmo_plugin<class_EditorPlugin_method_remove_node_3d_gizmo_plugin>` **(** :ref:`EditorNode3DGizmoPlugin<class_EditorNode3DGizmoPlugin>` plugin **)** |
  138. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  139. | void | :ref:`remove_resource_conversion_plugin<class_EditorPlugin_method_remove_resource_conversion_plugin>` **(** :ref:`EditorResourceConversionPlugin<class_EditorResourceConversionPlugin>` plugin **)** |
  140. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  141. | void | :ref:`remove_scene_format_importer_plugin<class_EditorPlugin_method_remove_scene_format_importer_plugin>` **(** :ref:`EditorSceneFormatImporter<class_EditorSceneFormatImporter>` scene_format_importer **)** |
  142. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  143. | void | :ref:`remove_scene_post_import_plugin<class_EditorPlugin_method_remove_scene_post_import_plugin>` **(** :ref:`EditorScenePostImportPlugin<class_EditorScenePostImportPlugin>` scene_import_plugin **)** |
  144. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  145. | void | :ref:`remove_tool_menu_item<class_EditorPlugin_method_remove_tool_menu_item>` **(** :ref:`String<class_String>` name **)** |
  146. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  147. | void | :ref:`remove_translation_parser_plugin<class_EditorPlugin_method_remove_translation_parser_plugin>` **(** :ref:`EditorTranslationParserPlugin<class_EditorTranslationParserPlugin>` parser **)** |
  148. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  149. | void | :ref:`remove_undo_redo_inspector_hook_callback<class_EditorPlugin_method_remove_undo_redo_inspector_hook_callback>` **(** :ref:`Callable<class_Callable>` callable **)** |
  150. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  151. | void | :ref:`set_force_draw_over_forwarding_enabled<class_EditorPlugin_method_set_force_draw_over_forwarding_enabled>` **(** **)** |
  152. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  153. | void | :ref:`set_input_event_forwarding_always_enabled<class_EditorPlugin_method_set_input_event_forwarding_always_enabled>` **(** **)** |
  154. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  155. | :ref:`int<class_int>` | :ref:`update_overlays<class_EditorPlugin_method_update_overlays>` **(** **)** |const| |
  156. +-----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  157. .. rst-class:: classref-section-separator
  158. ----
  159. .. rst-class:: classref-descriptions-group
  160. Signals
  161. -------
  162. .. _class_EditorPlugin_signal_main_screen_changed:
  163. .. rst-class:: classref-signal
  164. **main_screen_changed** **(** :ref:`String<class_String>` screen_name **)**
  165. Emitted when user changes the workspace (**2D**, **3D**, **Script**, **AssetLib**). Also works with custom screens defined by plugins.
  166. .. rst-class:: classref-item-separator
  167. ----
  168. .. _class_EditorPlugin_signal_project_settings_changed:
  169. .. rst-class:: classref-signal
  170. **project_settings_changed** **(** **)**
  171. Emitted when any project setting has changed.
  172. .. rst-class:: classref-item-separator
  173. ----
  174. .. _class_EditorPlugin_signal_resource_saved:
  175. .. rst-class:: classref-signal
  176. **resource_saved** **(** :ref:`Resource<class_Resource>` resource **)**
  177. Emitted when the given ``resource`` was saved on disc.
  178. .. rst-class:: classref-item-separator
  179. ----
  180. .. _class_EditorPlugin_signal_scene_changed:
  181. .. rst-class:: classref-signal
  182. **scene_changed** **(** :ref:`Node<class_Node>` scene_root **)**
  183. Emitted when the scene is changed in the editor. The argument will return the root node of the scene that has just become active. If this scene is new and empty, the argument will be ``null``.
  184. .. rst-class:: classref-item-separator
  185. ----
  186. .. _class_EditorPlugin_signal_scene_closed:
  187. .. rst-class:: classref-signal
  188. **scene_closed** **(** :ref:`String<class_String>` filepath **)**
  189. Emitted when user closes a scene. The argument is file path to a closed scene.
  190. .. rst-class:: classref-section-separator
  191. ----
  192. .. rst-class:: classref-descriptions-group
  193. Enumerations
  194. ------------
  195. .. _enum_EditorPlugin_CustomControlContainer:
  196. .. rst-class:: classref-enumeration
  197. enum **CustomControlContainer**:
  198. .. _class_EditorPlugin_constant_CONTAINER_TOOLBAR:
  199. .. rst-class:: classref-enumeration-constant
  200. :ref:`CustomControlContainer<enum_EditorPlugin_CustomControlContainer>` **CONTAINER_TOOLBAR** = ``0``
  201. Main editor toolbar, next to play buttons.
  202. .. _class_EditorPlugin_constant_CONTAINER_SPATIAL_EDITOR_MENU:
  203. .. rst-class:: classref-enumeration-constant
  204. :ref:`CustomControlContainer<enum_EditorPlugin_CustomControlContainer>` **CONTAINER_SPATIAL_EDITOR_MENU** = ``1``
  205. The toolbar that appears when 3D editor is active.
  206. .. _class_EditorPlugin_constant_CONTAINER_SPATIAL_EDITOR_SIDE_LEFT:
  207. .. rst-class:: classref-enumeration-constant
  208. :ref:`CustomControlContainer<enum_EditorPlugin_CustomControlContainer>` **CONTAINER_SPATIAL_EDITOR_SIDE_LEFT** = ``2``
  209. Left sidebar of the 3D editor.
  210. .. _class_EditorPlugin_constant_CONTAINER_SPATIAL_EDITOR_SIDE_RIGHT:
  211. .. rst-class:: classref-enumeration-constant
  212. :ref:`CustomControlContainer<enum_EditorPlugin_CustomControlContainer>` **CONTAINER_SPATIAL_EDITOR_SIDE_RIGHT** = ``3``
  213. Right sidebar of the 3D editor.
  214. .. _class_EditorPlugin_constant_CONTAINER_SPATIAL_EDITOR_BOTTOM:
  215. .. rst-class:: classref-enumeration-constant
  216. :ref:`CustomControlContainer<enum_EditorPlugin_CustomControlContainer>` **CONTAINER_SPATIAL_EDITOR_BOTTOM** = ``4``
  217. Bottom panel of the 3D editor.
  218. .. _class_EditorPlugin_constant_CONTAINER_CANVAS_EDITOR_MENU:
  219. .. rst-class:: classref-enumeration-constant
  220. :ref:`CustomControlContainer<enum_EditorPlugin_CustomControlContainer>` **CONTAINER_CANVAS_EDITOR_MENU** = ``5``
  221. The toolbar that appears when 2D editor is active.
  222. .. _class_EditorPlugin_constant_CONTAINER_CANVAS_EDITOR_SIDE_LEFT:
  223. .. rst-class:: classref-enumeration-constant
  224. :ref:`CustomControlContainer<enum_EditorPlugin_CustomControlContainer>` **CONTAINER_CANVAS_EDITOR_SIDE_LEFT** = ``6``
  225. Left sidebar of the 2D editor.
  226. .. _class_EditorPlugin_constant_CONTAINER_CANVAS_EDITOR_SIDE_RIGHT:
  227. .. rst-class:: classref-enumeration-constant
  228. :ref:`CustomControlContainer<enum_EditorPlugin_CustomControlContainer>` **CONTAINER_CANVAS_EDITOR_SIDE_RIGHT** = ``7``
  229. Right sidebar of the 2D editor.
  230. .. _class_EditorPlugin_constant_CONTAINER_CANVAS_EDITOR_BOTTOM:
  231. .. rst-class:: classref-enumeration-constant
  232. :ref:`CustomControlContainer<enum_EditorPlugin_CustomControlContainer>` **CONTAINER_CANVAS_EDITOR_BOTTOM** = ``8``
  233. Bottom panel of the 2D editor.
  234. .. _class_EditorPlugin_constant_CONTAINER_INSPECTOR_BOTTOM:
  235. .. rst-class:: classref-enumeration-constant
  236. :ref:`CustomControlContainer<enum_EditorPlugin_CustomControlContainer>` **CONTAINER_INSPECTOR_BOTTOM** = ``9``
  237. Bottom section of the inspector.
  238. .. _class_EditorPlugin_constant_CONTAINER_PROJECT_SETTING_TAB_LEFT:
  239. .. rst-class:: classref-enumeration-constant
  240. :ref:`CustomControlContainer<enum_EditorPlugin_CustomControlContainer>` **CONTAINER_PROJECT_SETTING_TAB_LEFT** = ``10``
  241. Tab of Project Settings dialog, to the left of other tabs.
  242. .. _class_EditorPlugin_constant_CONTAINER_PROJECT_SETTING_TAB_RIGHT:
  243. .. rst-class:: classref-enumeration-constant
  244. :ref:`CustomControlContainer<enum_EditorPlugin_CustomControlContainer>` **CONTAINER_PROJECT_SETTING_TAB_RIGHT** = ``11``
  245. Tab of Project Settings dialog, to the right of other tabs.
  246. .. rst-class:: classref-item-separator
  247. ----
  248. .. _enum_EditorPlugin_DockSlot:
  249. .. rst-class:: classref-enumeration
  250. enum **DockSlot**:
  251. .. _class_EditorPlugin_constant_DOCK_SLOT_LEFT_UL:
  252. .. rst-class:: classref-enumeration-constant
  253. :ref:`DockSlot<enum_EditorPlugin_DockSlot>` **DOCK_SLOT_LEFT_UL** = ``0``
  254. Dock slot, left side, upper-left (empty in default layout).
  255. .. _class_EditorPlugin_constant_DOCK_SLOT_LEFT_BL:
  256. .. rst-class:: classref-enumeration-constant
  257. :ref:`DockSlot<enum_EditorPlugin_DockSlot>` **DOCK_SLOT_LEFT_BL** = ``1``
  258. Dock slot, left side, bottom-left (empty in default layout).
  259. .. _class_EditorPlugin_constant_DOCK_SLOT_LEFT_UR:
  260. .. rst-class:: classref-enumeration-constant
  261. :ref:`DockSlot<enum_EditorPlugin_DockSlot>` **DOCK_SLOT_LEFT_UR** = ``2``
  262. Dock slot, left side, upper-right (in default layout includes Scene and Import docks).
  263. .. _class_EditorPlugin_constant_DOCK_SLOT_LEFT_BR:
  264. .. rst-class:: classref-enumeration-constant
  265. :ref:`DockSlot<enum_EditorPlugin_DockSlot>` **DOCK_SLOT_LEFT_BR** = ``3``
  266. Dock slot, left side, bottom-right (in default layout includes FileSystem dock).
  267. .. _class_EditorPlugin_constant_DOCK_SLOT_RIGHT_UL:
  268. .. rst-class:: classref-enumeration-constant
  269. :ref:`DockSlot<enum_EditorPlugin_DockSlot>` **DOCK_SLOT_RIGHT_UL** = ``4``
  270. Dock slot, right side, upper-left (empty in default layout).
  271. .. _class_EditorPlugin_constant_DOCK_SLOT_RIGHT_BL:
  272. .. rst-class:: classref-enumeration-constant
  273. :ref:`DockSlot<enum_EditorPlugin_DockSlot>` **DOCK_SLOT_RIGHT_BL** = ``5``
  274. Dock slot, right side, bottom-left (empty in default layout).
  275. .. _class_EditorPlugin_constant_DOCK_SLOT_RIGHT_UR:
  276. .. rst-class:: classref-enumeration-constant
  277. :ref:`DockSlot<enum_EditorPlugin_DockSlot>` **DOCK_SLOT_RIGHT_UR** = ``6``
  278. Dock slot, right side, upper-right (in default layout includes Inspector, Node and History docks).
  279. .. _class_EditorPlugin_constant_DOCK_SLOT_RIGHT_BR:
  280. .. rst-class:: classref-enumeration-constant
  281. :ref:`DockSlot<enum_EditorPlugin_DockSlot>` **DOCK_SLOT_RIGHT_BR** = ``7``
  282. Dock slot, right side, bottom-right (empty in default layout).
  283. .. _class_EditorPlugin_constant_DOCK_SLOT_MAX:
  284. .. rst-class:: classref-enumeration-constant
  285. :ref:`DockSlot<enum_EditorPlugin_DockSlot>` **DOCK_SLOT_MAX** = ``8``
  286. Represents the size of the :ref:`DockSlot<enum_EditorPlugin_DockSlot>` enum.
  287. .. rst-class:: classref-item-separator
  288. ----
  289. .. _enum_EditorPlugin_AfterGUIInput:
  290. .. rst-class:: classref-enumeration
  291. enum **AfterGUIInput**:
  292. .. _class_EditorPlugin_constant_AFTER_GUI_INPUT_PASS:
  293. .. rst-class:: classref-enumeration-constant
  294. :ref:`AfterGUIInput<enum_EditorPlugin_AfterGUIInput>` **AFTER_GUI_INPUT_PASS** = ``0``
  295. Forwards the :ref:`InputEvent<class_InputEvent>` to other EditorPlugins.
  296. .. _class_EditorPlugin_constant_AFTER_GUI_INPUT_STOP:
  297. .. rst-class:: classref-enumeration-constant
  298. :ref:`AfterGUIInput<enum_EditorPlugin_AfterGUIInput>` **AFTER_GUI_INPUT_STOP** = ``1``
  299. Prevents the :ref:`InputEvent<class_InputEvent>` from reaching other Editor classes.
  300. .. _class_EditorPlugin_constant_AFTER_GUI_INPUT_CUSTOM:
  301. .. rst-class:: classref-enumeration-constant
  302. :ref:`AfterGUIInput<enum_EditorPlugin_AfterGUIInput>` **AFTER_GUI_INPUT_CUSTOM** = ``2``
  303. Pass the :ref:`InputEvent<class_InputEvent>` to other editor plugins except the main :ref:`Node3D<class_Node3D>` one. This can be used to prevent node selection changes and work with sub-gizmos instead.
  304. .. rst-class:: classref-section-separator
  305. ----
  306. .. rst-class:: classref-descriptions-group
  307. Method Descriptions
  308. -------------------
  309. .. _class_EditorPlugin_method__apply_changes:
  310. .. rst-class:: classref-method
  311. void **_apply_changes** **(** **)** |virtual|
  312. This method is called when the editor is about to save the project, switch to another tab, etc. It asks the plugin to apply any pending state changes to ensure consistency.
  313. This is used, for example, in shader editors to let the plugin know that it must apply the shader code being written by the user to the object.
  314. .. rst-class:: classref-item-separator
  315. ----
  316. .. _class_EditorPlugin_method__build:
  317. .. rst-class:: classref-method
  318. :ref:`bool<class_bool>` **_build** **(** **)** |virtual|
  319. This method is called when the editor is about to run the project. The plugin can then perform required operations before the project runs.
  320. This method must return a boolean. If this method returns ``false``, the project will not run. The run is aborted immediately, so this also prevents all other plugins' :ref:`_build<class_EditorPlugin_method__build>` methods from running.
  321. .. rst-class:: classref-item-separator
  322. ----
  323. .. _class_EditorPlugin_method__clear:
  324. .. rst-class:: classref-method
  325. void **_clear** **(** **)** |virtual|
  326. Clear all the state and reset the object being edited to zero. This ensures your plugin does not keep editing a currently existing node, or a node from the wrong scene.
  327. .. rst-class:: classref-item-separator
  328. ----
  329. .. _class_EditorPlugin_method__disable_plugin:
  330. .. rst-class:: classref-method
  331. void **_disable_plugin** **(** **)** |virtual|
  332. Called by the engine when the user disables the **EditorPlugin** in the Plugin tab of the project settings window.
  333. .. rst-class:: classref-item-separator
  334. ----
  335. .. _class_EditorPlugin_method__edit:
  336. .. rst-class:: classref-method
  337. void **_edit** **(** :ref:`Object<class_Object>` object **)** |virtual|
  338. This function is used for plugins that edit specific object types (nodes or resources). It requests the editor to edit the given object.
  339. \ ``object`` can be ``null`` if the plugin was editing an object, but there is no longer any selected object handled by this plugin. It can be used to cleanup editing state.
  340. .. rst-class:: classref-item-separator
  341. ----
  342. .. _class_EditorPlugin_method__enable_plugin:
  343. .. rst-class:: classref-method
  344. void **_enable_plugin** **(** **)** |virtual|
  345. Called by the engine when the user enables the **EditorPlugin** in the Plugin tab of the project settings window.
  346. .. rst-class:: classref-item-separator
  347. ----
  348. .. _class_EditorPlugin_method__forward_3d_draw_over_viewport:
  349. .. rst-class:: classref-method
  350. void **_forward_3d_draw_over_viewport** **(** :ref:`Control<class_Control>` viewport_control **)** |virtual|
  351. Called by the engine when the 3D editor's viewport is updated. Use the ``overlay`` :ref:`Control<class_Control>` for drawing. You can update the viewport manually by calling :ref:`update_overlays<class_EditorPlugin_method_update_overlays>`.
  352. .. tabs::
  353. .. code-tab:: gdscript
  354. func _forward_3d_draw_over_viewport(overlay):
  355. # Draw a circle at cursor position.
  356. overlay.draw_circle(overlay.get_local_mouse_position(), 64)
  357. func _forward_3d_gui_input(camera, event):
  358. if event is InputEventMouseMotion:
  359. # Redraw viewport when cursor is moved.
  360. update_overlays()
  361. return EditorPlugin.AFTER_GUI_INPUT_STOP
  362. return EditorPlugin.AFTER_GUI_INPUT_PASS
  363. .. code-tab:: csharp
  364. public override void _Forward3DDrawOverViewport(Control viewportControl)
  365. {
  366. // Draw a circle at cursor position.
  367. viewportControl.DrawCircle(viewportControl.GetLocalMousePosition(), 64, Colors.White);
  368. }
  369. public override EditorPlugin.AfterGuiInput _Forward3DGuiInput(Camera3D viewportCamera, InputEvent @event)
  370. {
  371. if (@event is InputEventMouseMotion)
  372. {
  373. // Redraw viewport when cursor is moved.
  374. UpdateOverlays();
  375. return EditorPlugin.AfterGuiInput.Stop;
  376. }
  377. return EditorPlugin.AfterGuiInput.Pass;
  378. }
  379. .. rst-class:: classref-item-separator
  380. ----
  381. .. _class_EditorPlugin_method__forward_3d_force_draw_over_viewport:
  382. .. rst-class:: classref-method
  383. void **_forward_3d_force_draw_over_viewport** **(** :ref:`Control<class_Control>` viewport_control **)** |virtual|
  384. This method is the same as :ref:`_forward_3d_draw_over_viewport<class_EditorPlugin_method__forward_3d_draw_over_viewport>`, except it draws on top of everything. Useful when you need an extra layer that shows over anything else.
  385. You need to enable calling of this method by using :ref:`set_force_draw_over_forwarding_enabled<class_EditorPlugin_method_set_force_draw_over_forwarding_enabled>`.
  386. .. rst-class:: classref-item-separator
  387. ----
  388. .. _class_EditorPlugin_method__forward_3d_gui_input:
  389. .. rst-class:: classref-method
  390. :ref:`int<class_int>` **_forward_3d_gui_input** **(** :ref:`Camera3D<class_Camera3D>` viewport_camera, :ref:`InputEvent<class_InputEvent>` event **)** |virtual|
  391. Called when there is a root node in the current edited scene, :ref:`_handles<class_EditorPlugin_method__handles>` is implemented, and an :ref:`InputEvent<class_InputEvent>` happens in the 3D viewport. The return value decides whether the :ref:`InputEvent<class_InputEvent>` is consumed or forwarded to other **EditorPlugin**\ s. See :ref:`AfterGUIInput<enum_EditorPlugin_AfterGUIInput>` for options.
  392. \ **Example:**\
  393. .. tabs::
  394. .. code-tab:: gdscript
  395. # Prevents the InputEvent from reaching other Editor classes.
  396. func _forward_3d_gui_input(camera, event):
  397. return EditorPlugin.AFTER_GUI_INPUT_STOP
  398. .. code-tab:: csharp
  399. // Prevents the InputEvent from reaching other Editor classes.
  400. public override EditorPlugin.AfterGuiInput _Forward3DGuiInput(Camera3D camera, InputEvent @event)
  401. {
  402. return EditorPlugin.AfterGuiInput.Stop;
  403. }
  404. Must ``return EditorPlugin.AFTER_GUI_INPUT_PASS`` in order to forward the :ref:`InputEvent<class_InputEvent>` to other Editor classes.
  405. \ **Example:**\
  406. .. tabs::
  407. .. code-tab:: gdscript
  408. # Consumes InputEventMouseMotion and forwards other InputEvent types.
  409. func _forward_3d_gui_input(camera, event):
  410. return EditorPlugin.AFTER_GUI_INPUT_STOP if event is InputEventMouseMotion else EditorPlugin.AFTER_GUI_INPUT_PASS
  411. .. code-tab:: csharp
  412. // Consumes InputEventMouseMotion and forwards other InputEvent types.
  413. public override EditorPlugin.AfterGuiInput _Forward3DGuiInput(Camera3D camera, InputEvent @event)
  414. {
  415. return @event is InputEventMouseMotion ? EditorPlugin.AfterGuiInput.Stop : EditorPlugin.AfterGuiInput.Pass;
  416. }
  417. .. rst-class:: classref-item-separator
  418. ----
  419. .. _class_EditorPlugin_method__forward_canvas_draw_over_viewport:
  420. .. rst-class:: classref-method
  421. void **_forward_canvas_draw_over_viewport** **(** :ref:`Control<class_Control>` viewport_control **)** |virtual|
  422. Called by the engine when the 2D editor's viewport is updated. Use the ``overlay`` :ref:`Control<class_Control>` for drawing. You can update the viewport manually by calling :ref:`update_overlays<class_EditorPlugin_method_update_overlays>`.
  423. .. tabs::
  424. .. code-tab:: gdscript
  425. func _forward_canvas_draw_over_viewport(overlay):
  426. # Draw a circle at cursor position.
  427. overlay.draw_circle(overlay.get_local_mouse_position(), 64, Color.WHITE)
  428. func _forward_canvas_gui_input(event):
  429. if event is InputEventMouseMotion:
  430. # Redraw viewport when cursor is moved.
  431. update_overlays()
  432. return true
  433. return false
  434. .. code-tab:: csharp
  435. public override void _ForwardCanvasDrawOverViewport(Control viewportControl)
  436. {
  437. // Draw a circle at cursor position.
  438. viewportControl.DrawCircle(viewportControl.GetLocalMousePosition(), 64, Colors.White);
  439. }
  440. public override bool _ForwardCanvasGuiInput(InputEvent @event)
  441. {
  442. if (@event is InputEventMouseMotion)
  443. {
  444. // Redraw viewport when cursor is moved.
  445. UpdateOverlays();
  446. return true;
  447. }
  448. return false;
  449. }
  450. .. rst-class:: classref-item-separator
  451. ----
  452. .. _class_EditorPlugin_method__forward_canvas_force_draw_over_viewport:
  453. .. rst-class:: classref-method
  454. void **_forward_canvas_force_draw_over_viewport** **(** :ref:`Control<class_Control>` viewport_control **)** |virtual|
  455. This method is the same as :ref:`_forward_canvas_draw_over_viewport<class_EditorPlugin_method__forward_canvas_draw_over_viewport>`, except it draws on top of everything. Useful when you need an extra layer that shows over anything else.
  456. You need to enable calling of this method by using :ref:`set_force_draw_over_forwarding_enabled<class_EditorPlugin_method_set_force_draw_over_forwarding_enabled>`.
  457. .. rst-class:: classref-item-separator
  458. ----
  459. .. _class_EditorPlugin_method__forward_canvas_gui_input:
  460. .. rst-class:: classref-method
  461. :ref:`bool<class_bool>` **_forward_canvas_gui_input** **(** :ref:`InputEvent<class_InputEvent>` event **)** |virtual|
  462. Called when there is a root node in the current edited scene, :ref:`_handles<class_EditorPlugin_method__handles>` is implemented and an :ref:`InputEvent<class_InputEvent>` happens in the 2D viewport. Intercepts the :ref:`InputEvent<class_InputEvent>`, if ``return true`` **EditorPlugin** consumes the ``event``, otherwise forwards ``event`` to other Editor classes.
  463. \ **Example:**\
  464. .. tabs::
  465. .. code-tab:: gdscript
  466. # Prevents the InputEvent from reaching other Editor classes.
  467. func _forward_canvas_gui_input(event):
  468. return true
  469. .. code-tab:: csharp
  470. // Prevents the InputEvent from reaching other Editor classes.
  471. public override bool ForwardCanvasGuiInput(InputEvent @event)
  472. {
  473. return true;
  474. }
  475. Must ``return false`` in order to forward the :ref:`InputEvent<class_InputEvent>` to other Editor classes.
  476. \ **Example:**\
  477. .. tabs::
  478. .. code-tab:: gdscript
  479. # Consumes InputEventMouseMotion and forwards other InputEvent types.
  480. func _forward_canvas_gui_input(event):
  481. if (event is InputEventMouseMotion):
  482. return true
  483. return false
  484. .. code-tab:: csharp
  485. // Consumes InputEventMouseMotion and forwards other InputEvent types.
  486. public override bool _ForwardCanvasGuiInput(InputEvent @event)
  487. {
  488. if (@event is InputEventMouseMotion)
  489. {
  490. return true;
  491. }
  492. return false;
  493. }
  494. .. rst-class:: classref-item-separator
  495. ----
  496. .. _class_EditorPlugin_method__get_breakpoints:
  497. .. rst-class:: classref-method
  498. :ref:`PackedStringArray<class_PackedStringArray>` **_get_breakpoints** **(** **)** |virtual| |const|
  499. This is for editors that edit script-based objects. You can return a list of breakpoints in the format (``script:line``), for example: ``res://path_to_script.gd:25``.
  500. .. rst-class:: classref-item-separator
  501. ----
  502. .. _class_EditorPlugin_method__get_plugin_icon:
  503. .. rst-class:: classref-method
  504. :ref:`Texture2D<class_Texture2D>` **_get_plugin_icon** **(** **)** |virtual| |const|
  505. Override this method in your plugin to return a :ref:`Texture2D<class_Texture2D>` in order to give it an icon.
  506. For main screen plugins, this appears at the top of the screen, to the right of the "2D", "3D", "Script", and "AssetLib" buttons.
  507. Ideally, the plugin icon should be white with a transparent background and 16x16 pixels in size.
  508. .. tabs::
  509. .. code-tab:: gdscript
  510. func _get_plugin_icon():
  511. # You can use a custom icon:
  512. return preload("res://addons/my_plugin/my_plugin_icon.svg")
  513. # Or use a built-in icon:
  514. return get_editor_interface().get_base_control().get_theme_icon("Node", "EditorIcons")
  515. .. code-tab:: csharp
  516. public override Texture2D _GetPluginIcon()
  517. {
  518. // You can use a custom icon:
  519. return ResourceLoader.Load<Texture2D>("res://addons/my_plugin/my_plugin_icon.svg");
  520. // Or use a built-in icon:
  521. return GetEditorInterface().GetBaseControl().GetThemeIcon("Node", "EditorIcons");
  522. }
  523. .. rst-class:: classref-item-separator
  524. ----
  525. .. _class_EditorPlugin_method__get_plugin_name:
  526. .. rst-class:: classref-method
  527. :ref:`String<class_String>` **_get_plugin_name** **(** **)** |virtual| |const|
  528. Override this method in your plugin to provide the name of the plugin when displayed in the Godot editor.
  529. For main screen plugins, this appears at the top of the screen, to the right of the "2D", "3D", "Script", and "AssetLib" buttons.
  530. .. rst-class:: classref-item-separator
  531. ----
  532. .. _class_EditorPlugin_method__get_state:
  533. .. rst-class:: classref-method
  534. :ref:`Dictionary<class_Dictionary>` **_get_state** **(** **)** |virtual| |const|
  535. Override this method to provide a state data you want to be saved, like view position, grid settings, folding, etc. This is used when saving the scene (so state is kept when opening it again) and for switching tabs (so state can be restored when the tab returns). This data is automatically saved for each scene in an ``editstate`` file in the editor metadata folder. If you want to store global (scene-independent) editor data for your plugin, you can use :ref:`_get_window_layout<class_EditorPlugin_method__get_window_layout>` instead.
  536. Use :ref:`_set_state<class_EditorPlugin_method__set_state>` to restore your saved state.
  537. \ **Note:** This method should not be used to save important settings that should persist with the project.
  538. \ **Note:** You must implement :ref:`_get_plugin_name<class_EditorPlugin_method__get_plugin_name>` for the state to be stored and restored correctly.
  539. ::
  540. func _get_state():
  541. var state = {"zoom": zoom, "preferred_color": my_color}
  542. return state
  543. .. rst-class:: classref-item-separator
  544. ----
  545. .. _class_EditorPlugin_method__get_window_layout:
  546. .. rst-class:: classref-method
  547. void **_get_window_layout** **(** :ref:`ConfigFile<class_ConfigFile>` configuration **)** |virtual|
  548. Override this method to provide the GUI layout of the plugin or any other data you want to be stored. This is used to save the project's editor layout when :ref:`queue_save_layout<class_EditorPlugin_method_queue_save_layout>` is called or the editor layout was changed (for example changing the position of a dock). The data is stored in the ``editor_layout.cfg`` file in the editor metadata directory.
  549. Use :ref:`_set_window_layout<class_EditorPlugin_method__set_window_layout>` to restore your saved layout.
  550. ::
  551. func _get_window_layout(configuration):
  552. configuration.set_value("MyPlugin", "window_position", $Window.position)
  553. configuration.set_value("MyPlugin", "icon_color", $Icon.modulate)
  554. .. rst-class:: classref-item-separator
  555. ----
  556. .. _class_EditorPlugin_method__handles:
  557. .. rst-class:: classref-method
  558. :ref:`bool<class_bool>` **_handles** **(** :ref:`Object<class_Object>` object **)** |virtual| |const|
  559. Implement this function if your plugin edits a specific type of object (Resource or Node). If you return ``true``, then you will get the functions :ref:`_edit<class_EditorPlugin_method__edit>` and :ref:`_make_visible<class_EditorPlugin_method__make_visible>` called when the editor requests them. If you have declared the methods :ref:`_forward_canvas_gui_input<class_EditorPlugin_method__forward_canvas_gui_input>` and :ref:`_forward_3d_gui_input<class_EditorPlugin_method__forward_3d_gui_input>` these will be called too.
  560. .. rst-class:: classref-item-separator
  561. ----
  562. .. _class_EditorPlugin_method__has_main_screen:
  563. .. rst-class:: classref-method
  564. :ref:`bool<class_bool>` **_has_main_screen** **(** **)** |virtual| |const|
  565. Returns ``true`` if this is a main screen editor plugin (it goes in the workspace selector together with **2D**, **3D**, **Script** and **AssetLib**).
  566. When the plugin's workspace is selected, other main screen plugins will be hidden, but your plugin will not appear automatically. It needs to be added as a child of :ref:`EditorInterface.get_base_control<class_EditorInterface_method_get_base_control>` and made visible inside :ref:`_make_visible<class_EditorPlugin_method__make_visible>`.
  567. Use :ref:`_get_plugin_name<class_EditorPlugin_method__get_plugin_name>` and :ref:`_get_plugin_icon<class_EditorPlugin_method__get_plugin_icon>` to customize the plugin button's appearance.
  568. ::
  569. var plugin_control
  570. func _enter_tree():
  571. plugin_control = preload("my_plugin_control.tscn").instantiate()
  572. get_editor_interface().get_editor_main_screen().add_child(plugin_control)
  573. plugin_control.hide()
  574. func _has_main_screen():
  575. return true
  576. func _make_visible(visible):
  577. plugin_control.visible = visible
  578. func _get_plugin_name():
  579. return "My Super Cool Plugin 3000"
  580. func _get_plugin_icon():
  581. return get_editor_interface().get_base_control().get_theme_icon("Node", "EditorIcons")
  582. .. rst-class:: classref-item-separator
  583. ----
  584. .. _class_EditorPlugin_method__make_visible:
  585. .. rst-class:: classref-method
  586. void **_make_visible** **(** :ref:`bool<class_bool>` visible **)** |virtual|
  587. This function will be called when the editor is requested to become visible. It is used for plugins that edit a specific object type.
  588. Remember that you have to manage the visibility of all your editor controls manually.
  589. .. rst-class:: classref-item-separator
  590. ----
  591. .. _class_EditorPlugin_method__save_external_data:
  592. .. rst-class:: classref-method
  593. void **_save_external_data** **(** **)** |virtual|
  594. This method is called after the editor saves the project or when it's closed. It asks the plugin to save edited external scenes/resources.
  595. .. rst-class:: classref-item-separator
  596. ----
  597. .. _class_EditorPlugin_method__set_state:
  598. .. rst-class:: classref-method
  599. void **_set_state** **(** :ref:`Dictionary<class_Dictionary>` state **)** |virtual|
  600. Restore the state saved by :ref:`_get_state<class_EditorPlugin_method__get_state>`. This method is called when the current scene tab is changed in the editor.
  601. \ **Note:** Your plugin must implement :ref:`_get_plugin_name<class_EditorPlugin_method__get_plugin_name>`, otherwise it will not be recognized and this method will not be called.
  602. ::
  603. func _set_state(data):
  604. zoom = data.get("zoom", 1.0)
  605. preferred_color = data.get("my_color", Color.WHITE)
  606. .. rst-class:: classref-item-separator
  607. ----
  608. .. _class_EditorPlugin_method__set_window_layout:
  609. .. rst-class:: classref-method
  610. void **_set_window_layout** **(** :ref:`ConfigFile<class_ConfigFile>` configuration **)** |virtual|
  611. Restore the plugin GUI layout and data saved by :ref:`_get_window_layout<class_EditorPlugin_method__get_window_layout>`. This method is called for every plugin on editor startup. Use the provided ``configuration`` file to read your saved data.
  612. ::
  613. func _set_window_layout(configuration):
  614. $Window.position = configuration.get_value("MyPlugin", "window_position", Vector2())
  615. $Icon.modulate = configuration.get_value("MyPlugin", "icon_color", Color.WHITE)
  616. .. rst-class:: classref-item-separator
  617. ----
  618. .. _class_EditorPlugin_method_add_autoload_singleton:
  619. .. rst-class:: classref-method
  620. void **add_autoload_singleton** **(** :ref:`String<class_String>` name, :ref:`String<class_String>` path **)**
  621. Adds a script at ``path`` to the Autoload list as ``name``.
  622. .. rst-class:: classref-item-separator
  623. ----
  624. .. _class_EditorPlugin_method_add_control_to_bottom_panel:
  625. .. rst-class:: classref-method
  626. :ref:`Button<class_Button>` **add_control_to_bottom_panel** **(** :ref:`Control<class_Control>` control, :ref:`String<class_String>` title **)**
  627. Adds a control to the bottom panel (together with Output, Debug, Animation, etc). Returns a reference to the button added. It's up to you to hide/show the button when needed. When your plugin is deactivated, make sure to remove your custom control with :ref:`remove_control_from_bottom_panel<class_EditorPlugin_method_remove_control_from_bottom_panel>` and free it with :ref:`Node.queue_free<class_Node_method_queue_free>`.
  628. .. rst-class:: classref-item-separator
  629. ----
  630. .. _class_EditorPlugin_method_add_control_to_container:
  631. .. rst-class:: classref-method
  632. void **add_control_to_container** **(** :ref:`CustomControlContainer<enum_EditorPlugin_CustomControlContainer>` container, :ref:`Control<class_Control>` control **)**
  633. Adds a custom control to a container (see :ref:`CustomControlContainer<enum_EditorPlugin_CustomControlContainer>`). There are many locations where custom controls can be added in the editor UI.
  634. Please remember that you have to manage the visibility of your custom controls yourself (and likely hide it after adding it).
  635. When your plugin is deactivated, make sure to remove your custom control with :ref:`remove_control_from_container<class_EditorPlugin_method_remove_control_from_container>` and free it with :ref:`Node.queue_free<class_Node_method_queue_free>`.
  636. .. rst-class:: classref-item-separator
  637. ----
  638. .. _class_EditorPlugin_method_add_control_to_dock:
  639. .. rst-class:: classref-method
  640. void **add_control_to_dock** **(** :ref:`DockSlot<enum_EditorPlugin_DockSlot>` slot, :ref:`Control<class_Control>` control **)**
  641. Adds the control to a specific dock slot (see :ref:`DockSlot<enum_EditorPlugin_DockSlot>` for options).
  642. If the dock is repositioned and as long as the plugin is active, the editor will save the dock position on further sessions.
  643. When your plugin is deactivated, make sure to remove your custom control with :ref:`remove_control_from_docks<class_EditorPlugin_method_remove_control_from_docks>` and free it with :ref:`Node.queue_free<class_Node_method_queue_free>`.
  644. .. rst-class:: classref-item-separator
  645. ----
  646. .. _class_EditorPlugin_method_add_custom_type:
  647. .. rst-class:: classref-method
  648. void **add_custom_type** **(** :ref:`String<class_String>` type, :ref:`String<class_String>` base, :ref:`Script<class_Script>` script, :ref:`Texture2D<class_Texture2D>` icon **)**
  649. Adds a custom type, which will appear in the list of nodes or resources. An icon can be optionally passed.
  650. When a given node or resource is selected, the base type will be instantiated (e.g. "Node3D", "Control", "Resource"), then the script will be loaded and set to this object.
  651. \ **Note:** The base type is the base engine class which this type's class hierarchy inherits, not any custom type parent classes.
  652. You can use the virtual method :ref:`_handles<class_EditorPlugin_method__handles>` to check if your custom object is being edited by checking the script or using the ``is`` keyword.
  653. During run-time, this will be a simple object with a script so this function does not need to be called then.
  654. \ **Note:** Custom types added this way are not true classes. They are just a helper to create a node with specific script.
  655. .. rst-class:: classref-item-separator
  656. ----
  657. .. _class_EditorPlugin_method_add_debugger_plugin:
  658. .. rst-class:: classref-method
  659. void **add_debugger_plugin** **(** :ref:`EditorDebuggerPlugin<class_EditorDebuggerPlugin>` script **)**
  660. Adds a :ref:`Script<class_Script>` as debugger plugin to the Debugger. The script must extend :ref:`EditorDebuggerPlugin<class_EditorDebuggerPlugin>`.
  661. .. rst-class:: classref-item-separator
  662. ----
  663. .. _class_EditorPlugin_method_add_export_plugin:
  664. .. rst-class:: classref-method
  665. void **add_export_plugin** **(** :ref:`EditorExportPlugin<class_EditorExportPlugin>` plugin **)**
  666. Registers a new :ref:`EditorExportPlugin<class_EditorExportPlugin>`. Export plugins are used to perform tasks when the project is being exported.
  667. See :ref:`add_inspector_plugin<class_EditorPlugin_method_add_inspector_plugin>` for an example of how to register a plugin.
  668. .. rst-class:: classref-item-separator
  669. ----
  670. .. _class_EditorPlugin_method_add_import_plugin:
  671. .. rst-class:: classref-method
  672. void **add_import_plugin** **(** :ref:`EditorImportPlugin<class_EditorImportPlugin>` importer, :ref:`bool<class_bool>` first_priority=false **)**
  673. Registers a new :ref:`EditorImportPlugin<class_EditorImportPlugin>`. Import plugins are used to import custom and unsupported assets as a custom :ref:`Resource<class_Resource>` type.
  674. If ``first_priority`` is ``true``, the new import plugin is inserted first in the list and takes precedence over pre-existing plugins.
  675. \ **Note:** If you want to import custom 3D asset formats use :ref:`add_scene_format_importer_plugin<class_EditorPlugin_method_add_scene_format_importer_plugin>` instead.
  676. See :ref:`add_inspector_plugin<class_EditorPlugin_method_add_inspector_plugin>` for an example of how to register a plugin.
  677. .. rst-class:: classref-item-separator
  678. ----
  679. .. _class_EditorPlugin_method_add_inspector_plugin:
  680. .. rst-class:: classref-method
  681. void **add_inspector_plugin** **(** :ref:`EditorInspectorPlugin<class_EditorInspectorPlugin>` plugin **)**
  682. Registers a new :ref:`EditorInspectorPlugin<class_EditorInspectorPlugin>`. Inspector plugins are used to extend :ref:`EditorInspector<class_EditorInspector>` and provide custom configuration tools for your object's properties.
  683. \ **Note:** Always use :ref:`remove_inspector_plugin<class_EditorPlugin_method_remove_inspector_plugin>` to remove the registered :ref:`EditorInspectorPlugin<class_EditorInspectorPlugin>` when your **EditorPlugin** is disabled to prevent leaks and an unexpected behavior.
  684. .. tabs::
  685. .. code-tab:: gdscript
  686. const MyInspectorPlugin = preload("res://addons/your_addon/path/to/your/script.gd")
  687. var inspector_plugin = MyInspectorPlugin.new()
  688. func _enter_tree():
  689. add_inspector_plugin(inspector_plugin)
  690. func _exit_tree():
  691. remove_inspector_plugin(inspector_plugin)
  692. .. rst-class:: classref-item-separator
  693. ----
  694. .. _class_EditorPlugin_method_add_node_3d_gizmo_plugin:
  695. .. rst-class:: classref-method
  696. void **add_node_3d_gizmo_plugin** **(** :ref:`EditorNode3DGizmoPlugin<class_EditorNode3DGizmoPlugin>` plugin **)**
  697. Registers a new :ref:`EditorNode3DGizmoPlugin<class_EditorNode3DGizmoPlugin>`. Gizmo plugins are used to add custom gizmos to the 3D preview viewport for a :ref:`Node3D<class_Node3D>`.
  698. See :ref:`add_inspector_plugin<class_EditorPlugin_method_add_inspector_plugin>` for an example of how to register a plugin.
  699. .. rst-class:: classref-item-separator
  700. ----
  701. .. _class_EditorPlugin_method_add_resource_conversion_plugin:
  702. .. rst-class:: classref-method
  703. void **add_resource_conversion_plugin** **(** :ref:`EditorResourceConversionPlugin<class_EditorResourceConversionPlugin>` plugin **)**
  704. Registers a new :ref:`EditorResourceConversionPlugin<class_EditorResourceConversionPlugin>`. Resource conversion plugins are used to add custom resource converters to the editor inspector.
  705. See :ref:`EditorResourceConversionPlugin<class_EditorResourceConversionPlugin>` for an example of how to create a resource conversion plugin.
  706. .. rst-class:: classref-item-separator
  707. ----
  708. .. _class_EditorPlugin_method_add_scene_format_importer_plugin:
  709. .. rst-class:: classref-method
  710. void **add_scene_format_importer_plugin** **(** :ref:`EditorSceneFormatImporter<class_EditorSceneFormatImporter>` scene_format_importer, :ref:`bool<class_bool>` first_priority=false **)**
  711. Registers a new :ref:`EditorSceneFormatImporter<class_EditorSceneFormatImporter>`. Scene importers are used to import custom 3D asset formats as scenes.
  712. If ``first_priority`` is ``true``, the new import plugin is inserted first in the list and takes precedence over pre-existing plugins.
  713. .. rst-class:: classref-item-separator
  714. ----
  715. .. _class_EditorPlugin_method_add_scene_post_import_plugin:
  716. .. rst-class:: classref-method
  717. void **add_scene_post_import_plugin** **(** :ref:`EditorScenePostImportPlugin<class_EditorScenePostImportPlugin>` scene_import_plugin, :ref:`bool<class_bool>` first_priority=false **)**
  718. Add a :ref:`EditorScenePostImportPlugin<class_EditorScenePostImportPlugin>`. These plugins allow customizing the import process of 3D assets by adding new options to the import dialogs.
  719. If ``first_priority`` is ``true``, the new import plugin is inserted first in the list and takes precedence over pre-existing plugins.
  720. .. rst-class:: classref-item-separator
  721. ----
  722. .. _class_EditorPlugin_method_add_tool_menu_item:
  723. .. rst-class:: classref-method
  724. void **add_tool_menu_item** **(** :ref:`String<class_String>` name, :ref:`Callable<class_Callable>` callable **)**
  725. Adds a custom menu item to **Project > Tools** named ``name``. When clicked, the provided ``callable`` will be called.
  726. .. rst-class:: classref-item-separator
  727. ----
  728. .. _class_EditorPlugin_method_add_tool_submenu_item:
  729. .. rst-class:: classref-method
  730. void **add_tool_submenu_item** **(** :ref:`String<class_String>` name, :ref:`PopupMenu<class_PopupMenu>` submenu **)**
  731. Adds a custom :ref:`PopupMenu<class_PopupMenu>` submenu under **Project > Tools >** ``name``. Use ``remove_tool_menu_item(name)`` on plugin clean up to remove the menu.
  732. .. rst-class:: classref-item-separator
  733. ----
  734. .. _class_EditorPlugin_method_add_translation_parser_plugin:
  735. .. rst-class:: classref-method
  736. void **add_translation_parser_plugin** **(** :ref:`EditorTranslationParserPlugin<class_EditorTranslationParserPlugin>` parser **)**
  737. Registers a custom translation parser plugin for extracting translatable strings from custom files.
  738. .. rst-class:: classref-item-separator
  739. ----
  740. .. _class_EditorPlugin_method_add_undo_redo_inspector_hook_callback:
  741. .. rst-class:: classref-method
  742. void **add_undo_redo_inspector_hook_callback** **(** :ref:`Callable<class_Callable>` callable **)**
  743. Hooks a callback into the undo/redo action creation when a property is modified in the inspector. This allows, for example, to save other properties that may be lost when a given property is modified.
  744. The callback should have 4 arguments: :ref:`Object<class_Object>` ``undo_redo``, :ref:`Object<class_Object>` ``modified_object``, :ref:`String<class_String>` ``property`` and :ref:`Variant<class_Variant>` ``new_value``. They are, respectively, the :ref:`UndoRedo<class_UndoRedo>` object used by the inspector, the currently modified object, the name of the modified property and the new value the property is about to take.
  745. .. rst-class:: classref-item-separator
  746. ----
  747. .. _class_EditorPlugin_method_get_editor_interface:
  748. .. rst-class:: classref-method
  749. :ref:`EditorInterface<class_EditorInterface>` **get_editor_interface** **(** **)**
  750. Returns the :ref:`EditorInterface<class_EditorInterface>` object that gives you control over Godot editor's window and its functionalities.
  751. .. rst-class:: classref-item-separator
  752. ----
  753. .. _class_EditorPlugin_method_get_export_as_menu:
  754. .. rst-class:: classref-method
  755. :ref:`PopupMenu<class_PopupMenu>` **get_export_as_menu** **(** **)**
  756. Returns the :ref:`PopupMenu<class_PopupMenu>` under **Scene > Export As...**.
  757. .. rst-class:: classref-item-separator
  758. ----
  759. .. _class_EditorPlugin_method_get_script_create_dialog:
  760. .. rst-class:: classref-method
  761. :ref:`ScriptCreateDialog<class_ScriptCreateDialog>` **get_script_create_dialog** **(** **)**
  762. Gets the Editor's dialog used for making scripts.
  763. \ **Note:** Users can configure it before use.
  764. \ **Warning:** Removing and freeing this node will render a part of the editor useless and may cause a crash.
  765. .. rst-class:: classref-item-separator
  766. ----
  767. .. _class_EditorPlugin_method_get_undo_redo:
  768. .. rst-class:: classref-method
  769. :ref:`EditorUndoRedoManager<class_EditorUndoRedoManager>` **get_undo_redo** **(** **)**
  770. Gets the undo/redo object. Most actions in the editor can be undoable, so use this object to make sure this happens when it's worth it.
  771. .. rst-class:: classref-item-separator
  772. ----
  773. .. _class_EditorPlugin_method_hide_bottom_panel:
  774. .. rst-class:: classref-method
  775. void **hide_bottom_panel** **(** **)**
  776. Minimizes the bottom panel.
  777. .. rst-class:: classref-item-separator
  778. ----
  779. .. _class_EditorPlugin_method_make_bottom_panel_item_visible:
  780. .. rst-class:: classref-method
  781. void **make_bottom_panel_item_visible** **(** :ref:`Control<class_Control>` item **)**
  782. Makes a specific item in the bottom panel visible.
  783. .. rst-class:: classref-item-separator
  784. ----
  785. .. _class_EditorPlugin_method_queue_save_layout:
  786. .. rst-class:: classref-method
  787. void **queue_save_layout** **(** **)**
  788. Queue save the project's editor layout.
  789. .. rst-class:: classref-item-separator
  790. ----
  791. .. _class_EditorPlugin_method_remove_autoload_singleton:
  792. .. rst-class:: classref-method
  793. void **remove_autoload_singleton** **(** :ref:`String<class_String>` name **)**
  794. Removes an Autoload ``name`` from the list.
  795. .. rst-class:: classref-item-separator
  796. ----
  797. .. _class_EditorPlugin_method_remove_control_from_bottom_panel:
  798. .. rst-class:: classref-method
  799. void **remove_control_from_bottom_panel** **(** :ref:`Control<class_Control>` control **)**
  800. Removes the control from the bottom panel. You have to manually :ref:`Node.queue_free<class_Node_method_queue_free>` the control.
  801. .. rst-class:: classref-item-separator
  802. ----
  803. .. _class_EditorPlugin_method_remove_control_from_container:
  804. .. rst-class:: classref-method
  805. void **remove_control_from_container** **(** :ref:`CustomControlContainer<enum_EditorPlugin_CustomControlContainer>` container, :ref:`Control<class_Control>` control **)**
  806. Removes the control from the specified container. You have to manually :ref:`Node.queue_free<class_Node_method_queue_free>` the control.
  807. .. rst-class:: classref-item-separator
  808. ----
  809. .. _class_EditorPlugin_method_remove_control_from_docks:
  810. .. rst-class:: classref-method
  811. void **remove_control_from_docks** **(** :ref:`Control<class_Control>` control **)**
  812. Removes the control from the dock. You have to manually :ref:`Node.queue_free<class_Node_method_queue_free>` the control.
  813. .. rst-class:: classref-item-separator
  814. ----
  815. .. _class_EditorPlugin_method_remove_custom_type:
  816. .. rst-class:: classref-method
  817. void **remove_custom_type** **(** :ref:`String<class_String>` type **)**
  818. Removes a custom type added by :ref:`add_custom_type<class_EditorPlugin_method_add_custom_type>`.
  819. .. rst-class:: classref-item-separator
  820. ----
  821. .. _class_EditorPlugin_method_remove_debugger_plugin:
  822. .. rst-class:: classref-method
  823. void **remove_debugger_plugin** **(** :ref:`EditorDebuggerPlugin<class_EditorDebuggerPlugin>` script **)**
  824. Removes the debugger plugin with given script from the Debugger.
  825. .. rst-class:: classref-item-separator
  826. ----
  827. .. _class_EditorPlugin_method_remove_export_plugin:
  828. .. rst-class:: classref-method
  829. void **remove_export_plugin** **(** :ref:`EditorExportPlugin<class_EditorExportPlugin>` plugin **)**
  830. Removes an export plugin registered by :ref:`add_export_plugin<class_EditorPlugin_method_add_export_plugin>`.
  831. .. rst-class:: classref-item-separator
  832. ----
  833. .. _class_EditorPlugin_method_remove_import_plugin:
  834. .. rst-class:: classref-method
  835. void **remove_import_plugin** **(** :ref:`EditorImportPlugin<class_EditorImportPlugin>` importer **)**
  836. Removes an import plugin registered by :ref:`add_import_plugin<class_EditorPlugin_method_add_import_plugin>`.
  837. .. rst-class:: classref-item-separator
  838. ----
  839. .. _class_EditorPlugin_method_remove_inspector_plugin:
  840. .. rst-class:: classref-method
  841. void **remove_inspector_plugin** **(** :ref:`EditorInspectorPlugin<class_EditorInspectorPlugin>` plugin **)**
  842. Removes an inspector plugin registered by :ref:`add_import_plugin<class_EditorPlugin_method_add_import_plugin>`
  843. .. rst-class:: classref-item-separator
  844. ----
  845. .. _class_EditorPlugin_method_remove_node_3d_gizmo_plugin:
  846. .. rst-class:: classref-method
  847. void **remove_node_3d_gizmo_plugin** **(** :ref:`EditorNode3DGizmoPlugin<class_EditorNode3DGizmoPlugin>` plugin **)**
  848. Removes a gizmo plugin registered by :ref:`add_node_3d_gizmo_plugin<class_EditorPlugin_method_add_node_3d_gizmo_plugin>`.
  849. .. rst-class:: classref-item-separator
  850. ----
  851. .. _class_EditorPlugin_method_remove_resource_conversion_plugin:
  852. .. rst-class:: classref-method
  853. void **remove_resource_conversion_plugin** **(** :ref:`EditorResourceConversionPlugin<class_EditorResourceConversionPlugin>` plugin **)**
  854. Removes a resource conversion plugin registered by :ref:`add_resource_conversion_plugin<class_EditorPlugin_method_add_resource_conversion_plugin>`.
  855. .. rst-class:: classref-item-separator
  856. ----
  857. .. _class_EditorPlugin_method_remove_scene_format_importer_plugin:
  858. .. rst-class:: classref-method
  859. void **remove_scene_format_importer_plugin** **(** :ref:`EditorSceneFormatImporter<class_EditorSceneFormatImporter>` scene_format_importer **)**
  860. Removes a scene format importer registered by :ref:`add_scene_format_importer_plugin<class_EditorPlugin_method_add_scene_format_importer_plugin>`.
  861. .. rst-class:: classref-item-separator
  862. ----
  863. .. _class_EditorPlugin_method_remove_scene_post_import_plugin:
  864. .. rst-class:: classref-method
  865. void **remove_scene_post_import_plugin** **(** :ref:`EditorScenePostImportPlugin<class_EditorScenePostImportPlugin>` scene_import_plugin **)**
  866. Remove the :ref:`EditorScenePostImportPlugin<class_EditorScenePostImportPlugin>`, added with :ref:`add_scene_post_import_plugin<class_EditorPlugin_method_add_scene_post_import_plugin>`.
  867. .. rst-class:: classref-item-separator
  868. ----
  869. .. _class_EditorPlugin_method_remove_tool_menu_item:
  870. .. rst-class:: classref-method
  871. void **remove_tool_menu_item** **(** :ref:`String<class_String>` name **)**
  872. Removes a menu ``name`` from **Project > Tools**.
  873. .. rst-class:: classref-item-separator
  874. ----
  875. .. _class_EditorPlugin_method_remove_translation_parser_plugin:
  876. .. rst-class:: classref-method
  877. void **remove_translation_parser_plugin** **(** :ref:`EditorTranslationParserPlugin<class_EditorTranslationParserPlugin>` parser **)**
  878. Removes a custom translation parser plugin registered by :ref:`add_translation_parser_plugin<class_EditorPlugin_method_add_translation_parser_plugin>`.
  879. .. rst-class:: classref-item-separator
  880. ----
  881. .. _class_EditorPlugin_method_remove_undo_redo_inspector_hook_callback:
  882. .. rst-class:: classref-method
  883. void **remove_undo_redo_inspector_hook_callback** **(** :ref:`Callable<class_Callable>` callable **)**
  884. Removes a callback previously added by :ref:`add_undo_redo_inspector_hook_callback<class_EditorPlugin_method_add_undo_redo_inspector_hook_callback>`.
  885. .. rst-class:: classref-item-separator
  886. ----
  887. .. _class_EditorPlugin_method_set_force_draw_over_forwarding_enabled:
  888. .. rst-class:: classref-method
  889. void **set_force_draw_over_forwarding_enabled** **(** **)**
  890. Enables calling of :ref:`_forward_canvas_force_draw_over_viewport<class_EditorPlugin_method__forward_canvas_force_draw_over_viewport>` for the 2D editor and :ref:`_forward_3d_force_draw_over_viewport<class_EditorPlugin_method__forward_3d_force_draw_over_viewport>` for the 3D editor when their viewports are updated. You need to call this method only once and it will work permanently for this plugin.
  891. .. rst-class:: classref-item-separator
  892. ----
  893. .. _class_EditorPlugin_method_set_input_event_forwarding_always_enabled:
  894. .. rst-class:: classref-method
  895. void **set_input_event_forwarding_always_enabled** **(** **)**
  896. Use this method if you always want to receive inputs from 3D view screen inside :ref:`_forward_3d_gui_input<class_EditorPlugin_method__forward_3d_gui_input>`. It might be especially usable if your plugin will want to use raycast in the scene.
  897. .. rst-class:: classref-item-separator
  898. ----
  899. .. _class_EditorPlugin_method_update_overlays:
  900. .. rst-class:: classref-method
  901. :ref:`int<class_int>` **update_overlays** **(** **)** |const|
  902. Updates the overlays of the 2D and 3D editor viewport. Causes methods :ref:`_forward_canvas_draw_over_viewport<class_EditorPlugin_method__forward_canvas_draw_over_viewport>`, :ref:`_forward_canvas_force_draw_over_viewport<class_EditorPlugin_method__forward_canvas_force_draw_over_viewport>`, :ref:`_forward_3d_draw_over_viewport<class_EditorPlugin_method__forward_3d_draw_over_viewport>` and :ref:`_forward_3d_force_draw_over_viewport<class_EditorPlugin_method__forward_3d_force_draw_over_viewport>` to be called.
  903. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  904. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  905. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  906. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  907. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  908. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`