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