VisualShaderNodeGroupBase.addInputPort

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

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

Meta