Function GraphNode.isSlotEnabledRight
Returns true
if right (output) slot idx
is enabled, false
otherwise.
bool isSlotEnabledRight
(
const(long) idx
) nothrow @nogc const;
Returns true
if right (output) slot idx
is enabled, false
otherwise.
bool isSlotEnabledRight
(
const(long) idx
) nothrow @nogc const;