Skip to content

NodeGraph.AddNode

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

Add a node to the graph by type

public virtual Node AddNode(Type type);
Parameters Summary
type New Node type.

See also: CopyNode, RemoveNode

Clone this wiki locally