瀏覽代碼

Merge pull request #98265 from syntaxerror247/patch-2

Improve `_begin_customize_scenes` description
Thaddeus Crews 10 月之前
父節點
當前提交
7c7de0e889
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      doc/classes/EditorExportPlugin.xml

+ 1 - 0
doc/classes/EditorExportPlugin.xml

@@ -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">