VisualShader.isNodeConnection

Returns true if the specified node and port connection exist.

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

Meta