Method RemoveNodeInput
RemoveNodeInput(BaseNode)
Removes the given node from the list of input nodes of this node.
public override sealed void RemoveNodeInput(BaseNode input)Parameters
- inputBaseNode
Removes the given node from the list of input nodes of this node.
public override sealed void RemoveNodeInput(BaseNode input)input BaseNode