Name | Abbreviation | Type | Access | Description |
---|---|---|---|---|
Boolean | B | Boolean | Item | The boolean to output |
Name | Abbreviation | Type | Access | Description |
---|---|---|---|---|
Boolean | B | Boolean | Item | The boolean to output |
The boolean node is a simple true / false.
Set the value by setting the toggle on the node. Off = false, on = true
False
True
Set the value by feeding in a boolean output from another node, like equals or greater than.
You can feed the Boolean into another node that expects a boolean input, like ternary if or boolean difference.