We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
With the imgui-godot-native plugin installed, you can create tool scripts that draw ImGui windows in the editor.
imgui-godot-native
Call ImGuiGD.ToolInit() in your _Ready method. See MyTool.cs for an example.
ImGuiGD.ToolInit()
_Ready