From 9d25cf76f2dca82b17a9c52b806b79e3ca465eda Mon Sep 17 00:00:00 2001 From: Anish Mishra Date: Thu, 17 Oct 2024 19:44:17 +0530 Subject: [PATCH] Improve `_begin_customize_scenes` description --- doc/classes/EditorExportPlugin.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/EditorExportPlugin.xml b/doc/classes/EditorExportPlugin.xml index aa8e4b3d56c..dc1cd896420 100644 --- a/doc/classes/EditorExportPlugin.xml +++ b/doc/classes/EditorExportPlugin.xml @@ -27,6 +27,7 @@ Return [code]true[/code] if this plugin will customize scenes based on the platform and features used. When enabled, [method _get_customization_configuration_hash] and [method _customize_scene] will be called and must be implemented. + [b]Note:[/b] [method _customize_scene] will only be called for scenes that have been modified since the last export.