Method RemoveNodeInput
RemoveNodeInput(Node)
Removes the given node from the list of input nodes of this node.
public virtual 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 virtual void RemoveNodeInput(Node input)
input
NodeThe node to remove from the list of input nodes.