GraphEdit.disconnectNode

Remove the connection between 'from_port' slot of 'from' GraphNode and 'to_port' slot of 'to' GraphNode, if connection exists.

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

Meta