Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RemoveNode(INode)

Removes a node from the Graph.
Read time 1 minuteLast updated 6 days ago

Definition

public void RemoveNode(INode node)

Parameters

node

The node to remove.

Remarks

Enclose this method with Graph.UndoBeginRecordGraph and Graph.UndoEndRecordGraph to add this operation to the undo stack and to update the graph view with the changes.