GraphEdit.addValidConnectionType

Makes possible the connection between two different slot types. The type is defined with the GraphNode.setSlot method.

struct GraphEdit
@nogc nothrow
void
addValidConnectionType
(
in long from_type
,
in long to_type
)

Meta