文档

支持

Unity Studio

Open Unity Studio

Unity Studio

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