mirror of
https://github.com/godotengine/godot.git
synced 2025-02-16 07:40:36 +00:00
Improve _begin_customize_scenes
description
This commit is contained in:
parent
04692d83cb
commit
9d25cf76f2
@ -27,6 +27,7 @@
|
||||
<description>
|
||||
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.
|
||||
</description>
|
||||
</method>
|
||||
<method name="_customize_resource" qualifiers="virtual">
|
||||
|
Loading…
Reference in New Issue
Block a user