Not node
Inverts a boolean value.
읽는 시간 1분최근 업데이트: 5일 전
Use the Not node to flip a true/false value. It turns true into false, and false into true. This is useful when you want the opposite of a condition.
Sockets
Socket | Type | Description |
|---|---|---|
| Value | | The true/false condition to invert. |
| Output | | The opposite of the input (true becomes false, false becomes true). |