Or node
Check if at least one input is true.
阅读时间1 分钟最后更新于 10 个月前
Use the Or node to check if at least one of two conditions is true. The Node outputs true when either Input 1 or Input 2 is true (or both). This is useful if you want to proceed if any one of several conditions is met.
Sockets
Socket | Type | Description |
|---|---|---|
| Input 1 | | The first true/false condition. |
| Input 2 | | The second true/false condition. |
| Output | | True if at least one input is true; otherwise false. |