Enum Node.DuplicateFlags

enum DuplicateFlags : int { ... }

Enum members

NameDescription
duplicateGroups Duplicate the node's groups.
duplicateScripts Duplicate the node's scripts.
duplicateSignals Duplicate the node's signals.
duplicateUseInstancing Duplicate using instancing. An instance stays linked to the original so when the original changes, the instance changes too.