diff options
author | alexchond <chondrogiannisproject@gmail.com> | 2019-12-17 13:41:36 +0200 |
---|---|---|
committer | alexchond <chondrogiannisproject@gmail.com> | 2019-12-17 13:41:36 +0200 |
commit | be3fc176031d8f0c70768721db1f7948ce89463c (patch) | |
tree | 0e7c0dcf86d319444a50be5c812cee062d637f00 | |
parent | accf68b2cc0a459dd37a44a80d387cc7e59b4062 (diff) |
Document DUPLICATE_USE_INSTANCING #2770
-rw-r--r-- | doc/classes/Node.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index e9fb47cbbd..bfb33e5e47 100644 --- a/doc/classes/Node.xml +++ b/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> |