summaryrefslogtreecommitdiff
path: root/doc/classes/EditorInspectorPlugin.xml
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2022-05-24 12:25:12 +0200
committerGitHub <noreply@github.com>2022-05-24 12:25:12 +0200
commit4dd6f56c82fd87b85ad483e6f95585a83cd88a12 (patch)
tree78339fbe571eff0cce3d44325af4189b9367db50 /doc/classes/EditorInspectorPlugin.xml
parent2998be4f998409ba14b5d6e1c184fe6767c87a3e (diff)
parent4044cc7d5753e44b586b63271f2a80f7a5fa05f9 (diff)
Merge pull request #61342 from reduz/reorganize-region-rect-editor
Reorganize Region Rect Editor
Diffstat (limited to 'doc/classes/EditorInspectorPlugin.xml')
-rw-r--r--doc/classes/EditorInspectorPlugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/EditorInspectorPlugin.xml b/doc/classes/EditorInspectorPlugin.xml
index 2bbed84b1e..572d5d9d84 100644
--- a/doc/classes/EditorInspectorPlugin.xml
+++ b/doc/classes/EditorInspectorPlugin.xml
@@ -77,6 +77,7 @@
<return type="void" />
<argument index="0" name="property" type="String" />
<argument index="1" name="editor" type="Control" />
+ <argument index="2" name="add_to_end" type="bool" default="false" />
<description>
Adds a property editor for an individual property. The [code]editor[/code] control must extend [EditorProperty].
</description>