From 2e4d18c92926b15188fc479e3fa432a453b45df8 Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Wed, 10 Nov 2021 17:49:19 +0300 Subject: Fix EditorInspectorPlugin virtual bindings and add parse_group callback --- doc/classes/EditorInspectorPlugin.xml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/EditorInspectorPlugin.xml b/doc/classes/EditorInspectorPlugin.xml index f65e974d47..bc5df47d57 100644 --- a/doc/classes/EditorInspectorPlugin.xml +++ b/doc/classes/EditorInspectorPlugin.xml @@ -25,8 +25,9 @@ + - Called to allow adding controls at the beginning of the list. + Called to allow adding controls at the beginning of the property list for [code]object[/code]. @@ -34,12 +35,22 @@ + Called to allow adding controls at the beginning of a category in the property list for [code]object[/code]. + + + Called to allow adding controls at the end of the property list for [code]object[/code]. + + + + + + - Called to allow adding controls at the end of the list. + Called to allow adding controls at the beginning of a group or a sub-group in the property list for [code]object[/code]. @@ -52,7 +63,7 @@ - Called to allow adding property specific editors to the inspector. Usually these inherit [EditorProperty]. Returning [code]true[/code] removes the built-in editor for this property, otherwise allows to insert a custom editor before the built-in one. + Called to allow adding property-specific editors to the property list for [code]object[/code]. The added editor control must extend [EditorProperty]. Returning [code]true[/code] removes the built-in editor for this property, otherwise allows to insert a custom editor before the built-in one. -- cgit v1.2.3