Method RemoveNode
RemoveNode(string)
Removes a node and every edge connected to its input or output slots.
public virtual GraphAsset.RemovedElements RemoveNode(string id)
Parameters
idstringThe ID of the node to remove.
Returns
- GraphAsset.RemovedElements
A record describing the removed node and any edges removed with it. When no node matches the ID, the returned record contains no removed node.