浏览代码

Merge pull request #34400 from alexchond/alexchon

Document DUPLICATE_USE_INSTANCING #2770
Rémi Verschelde 5 年之前
父节点
当前提交
4bec32a11e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      doc/classes/Node.xml

+ 1 - 0
doc/classes/Node.xml

@@ -994,6 +994,7 @@
 		</constant>
 		<constant name="DUPLICATE_USE_INSTANCING" value="8" enum="DuplicateFlags">
 			Duplicate using instancing.
+			An instance stays linked to the original so when the original changes, the instance changes too.
 		</constant>
 	</constants>
 </class>