Table of Contents

Method RemoveNodeInput

Namespace
Gamelogic.Colors
Assembly
Gamelogic.Colors.dll

RemoveNodeInput(Node)

Removes the given node from the list of input nodes of this node.

public virtual void RemoveNodeInput(Node input)

Parameters

input Node

The node to remove from the list of input nodes.