-
-
Notifications
You must be signed in to change notification settings - Fork 588
NodeGraph.CopyNode
Thor Brigsted edited this page May 13, 2018
·
2 revisions
Creates a copy of the original node in the graph
public virtual void CopyNode(Node original);
Parameters | Summary |
---|---|
original | Node to make a copy of |
See also: AddNode, RemoveNode