We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_begin_customize_scenes
1 parent 04692d8 commit 9d25cf7Copy full SHA for 9d25cf7
doc/classes/EditorExportPlugin.xml
@@ -27,6 +27,7 @@
27
<description>
28
Return [code]true[/code] if this plugin will customize scenes based on the platform and features used.
29
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.
31
</description>
32
</method>
33
<method name="_customize_resource" qualifiers="virtual">
0 commit comments