Function VisualShaderNodeBooleanConstant.constant

A boolean constant which represents a state of this node.

bool constant() nothrow @property @nogc;

void constant (
  bool v
) nothrow @property @nogc;