Logic Operator
Hongtu supports the following logic operator:
- And
- Or
- Invert
Add Logic Operator Node
Right-Click anywhere on canvas, select Operator/Logic
AND
Only when all input nodes are true, the output is true. If any of the inputs is false, the output is false:
OR
If any of the inputs is true, the output is true. If all inputs are false, the output is false:
Invert
This node will invert the input. If the input is true, the output is false; if the input is false, the output is true:
Combine Logic Operator
You can combine multiple logic operator nodes to form a complex logic: