From c7f4ca36a4541686d5944f7bf88e1aa7d32cc24f Mon Sep 17 00:00:00 2001 From: Raul Santos Date: Tue, 31 Jan 2023 19:08:46 +0100 Subject: Use `PropertyUsageFlags` enum in parse_property --- doc/classes/EditorInspectorPlugin.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/classes/EditorInspectorPlugin.xml b/doc/classes/EditorInspectorPlugin.xml index ba2f7b24bf..7ffd7f9426 100644 --- a/doc/classes/EditorInspectorPlugin.xml +++ b/doc/classes/EditorInspectorPlugin.xml @@ -56,11 +56,11 @@ - + - + - + Called to allow adding property-specific editors to the property list for [param object]. 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