NodeDuplicateFlags Enumeration |
[Missing <summary> documentation for "T:Godot.Node.DuplicateFlags"]
Namespace: Godot
public enum DuplicateFlags
Member name | Value | Description | |
---|---|---|---|
Signals | 1 | Duplicate the node's signals. | |
Groups | 2 | Duplicate the node's groups. | |
Scripts | 4 | Duplicate the node's scripts. | |
UseInstancing | 8 | Duplicate using instancing. An instance stays linked to the original so when the original changes, the instance changes too. |