Merge pull request #34400 from alexchond/alexchon

Document DUPLICATE_USE_INSTANCING #2770
This commit is contained in:
Rémi Verschelde 2019-12-22 12:36:42 +01:00 committed by GitHub
commit 4bec32a11e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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