Method RemoveNodeInput
RemoveNodeInput(Node)
Removes the given node from the list of input nodes of this node.
public virtual void RemoveNodeInput(Node input)
Parameters
inputNodeThe node to remove from the list of input nodes.
Removes the given node from the list of input nodes of this node.
public virtual void RemoveNodeInput(Node input)
input NodeThe node to remove from the list of input nodes.