기술 자료

지원

Or node

Check if at least one input is true.
읽는 시간 1분최근 업데이트: 5일 전

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
Bool
The first true/false condition.
Input 2
Bool
The second true/false condition.
Output
Bool
(output)
True if at least one input is true; otherwise false.