Godot Editor Plugin API

Godot's editor can be extended in-place with EditorPlugin scripts that add docks, inspector plugins, import plugins, export plugins, gizmos, and custom tool windows. Editor plugins use the same engine class API exposed through GDScript, C#, or GDExtension.

API entry from apis.yml

apis.yml Raw ↑
aid: godot:godot-editor-plugin-api
name: Godot Editor Plugin API
description: Godot's editor can be extended in-place with EditorPlugin scripts that add docks, inspector
  plugins, import plugins, export plugins, gizmos, and custom tool windows. Editor plugins use the same
  engine class API exposed through GDScript, C#, or GDExtension.
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://docs.godotengine.org/en/stable/tutorials/plugins/editor/index.html
baseURL: https://docs.godotengine.org
tags:
- Editor
- Plugins
- Tooling
properties:
- type: Documentation
  url: https://docs.godotengine.org/en/stable/tutorials/plugins/editor/index.html