mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Add description for EditorPlugin.enable/disable methods
This commit is contained in:
@@ -167,6 +167,7 @@
|
||||
<return type="void">
|
||||
</return>
|
||||
<description>
|
||||
Called by Godot when the user disables the [EditorPlugin] in the Plugin tab of the project settings window
|
||||
</description>
|
||||
</method>
|
||||
<method name="edit" qualifiers="virtual">
|
||||
@@ -182,6 +183,7 @@
|
||||
<return type="void">
|
||||
</return>
|
||||
<description>
|
||||
Called by Godot when the user enables the [EditorPlugin] in the Plugin tab of the project settings window
|
||||
</description>
|
||||
</method>
|
||||
<method name="forward_canvas_draw_over_viewport" qualifiers="virtual">
|
||||
|
||||
Reference in New Issue
Block a user