Class reference
VisualShaderNodeBooleanConstant
Inherits VisualShaderNodeConstant
A boolean constant to be used within the visual shader graph.
Description
Has only one output port and no inputs. Translated to [code skip-lint]bool[/code] in the shader language.
Properties
bool constant = false
bool constant = falseA boolean constant which represents a state of this node.