VisualShader.canConnectNodes

Returns true if the specified nodes and ports can be connected together.

struct VisualShader
@nogc nothrow const
bool
canConnectNodes
(
in long type
,
in long from_node
,
in long from_port
,
in long to_node
,
in long to_port
)

Meta