Skip to content

NodeGraph.RemoveNode

Thor Brigsted edited this page May 13, 2018 · 2 revisions

Safely remove a node and all its connections

public void RemoveNode(Node node);
Parameters Summary
node The node to remove

See also: AddNode, CopyNode

Clone this wiki locally