Click or drag to resize

NodeDuplicateFlags Enumeration

[Missing <summary> documentation for "T:Godot.Node.DuplicateFlags"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum DuplicateFlags
Members
  Member nameValueDescription
Signals1

Duplicate the node's signals.

Groups2

Duplicate the node's groups.

Scripts4

Duplicate the node's scripts.

UseInstancing8

Duplicate using instancing.

An instance stays linked to the original so when the original changes, the instance changes too.

See Also