기술 자료

지원

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
Bool
The true/false condition to invert.
Output
Bool
(output)
The opposite of the input (true becomes false, false becomes true).