VisualShaderNodeGroupBase.addOutputPort

Adds an output port with the specified type (see VisualShaderNode.porttype) and name.

struct VisualShaderNodeGroupBase
@nogc nothrow
void
addOutputPort
(
in long id
,
in long type
,
in String name
)

Meta