Documentation

Support

Unity Lite

Open Unity Lite

Unity Lite

Not node

Inverts a boolean value.
Read time 1 minuteLast updated 2 days ago

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