Skip to content

Commit 7c7de0e

Browse files
committed
Merge pull request godotengine#98265 from syntaxerror247/patch-2
Improve `_begin_customize_scenes` description
2 parents f824e27 + 9d25cf7 commit 7c7de0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/classes/EditorExportPlugin.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<description>
2828
Return [code]true[/code] if this plugin will customize scenes based on the platform and features used.
2929
When enabled, [method _get_customization_configuration_hash] and [method _customize_scene] will be called and must be implemented.
30+
[b]Note:[/b] [method _customize_scene] will only be called for scenes that have been modified since the last export.
3031
</description>
3132
</method>
3233
<method name="_customize_resource" qualifiers="virtual">

0 commit comments

Comments
 (0)