GraphEdit.disconnectNode

Removes the connection between the from_port slot of the from GraphNode and the to_port slot of the to GraphNode. If the connection does not exist, no connection is removed.

struct GraphEdit
@nogc nothrow
void
disconnectNode
(
in String from
,
in long from_port
,
in String to
,
in long to_port
)

Meta