浏览代码

Add description for EditorPlugin.enable/disable methods

Henrique Campos 6 年之前
父节点
当前提交
2acc1e3079
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      doc/classes/EditorPlugin.xml

+ 2 - 0
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">