diff options
-rw-r--r-- | doc/classes/EditorPlugin.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/EditorPlugin.xml b/doc/classes/EditorPlugin.xml index cda9190030..f03f6f187a 100644 --- a/doc/classes/EditorPlugin.xml +++ b/doc/classes/EditorPlugin.xml @@ -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"> |