Module editor_plugin
Expand description
Sidecar module for class EditorPlugin.
Defines related flag and enum types. In GDScript, those are nested under the class scope.
See also Godot docs for EditorPlugin enums.
Structsยง
- After
GuiInput - Godot enum name:
AfterGUIInput. - Custom
Control Container - Dock
Slot - ExAdd
Control ToBottom Panel - Default-param extender for
EditorPlugin::add_control_to_bottom_panel_ex. - ExAdd
Control ToDock - Default-param extender for
EditorPlugin::add_control_to_dock_ex. - ExAdd
Import Plugin - Default-param extender for
EditorPlugin::add_import_plugin_ex. - ExAdd
Scene Format Importer Plugin - Default-param extender for
EditorPlugin::add_scene_format_importer_plugin_ex. - ExAdd
Scene Post Import Plugin - Default-param extender for
EditorPlugin::add_scene_post_import_plugin_ex. - SigMain
Screen Changed - SigProject
Settings Changed - SigResource
Saved - SigScene
Changed - SigScene
Closed - SigScene
Saved - Signals
OfEditor Plugin - A collection of signals for the
EditorPluginclass.