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). |