And node
Outputs true if all inputs are true.
阅读时间1 分钟最后更新于 10 个月前
Use the And node to check if two conditions are both true. It only outputs true when Input 1 and Input 2 are both true.
This is useful if you only want to proceed when multiple requirements are met.
Sockets
Socket | Type | Description |
|---|---|---|
| Input 1 | | The first true/false condition. |
| Input 2 | | The second true/false condition. |
| Output | | True only if both inputs are true; otherwise false. |