Rasagar/Library/PackageCache/com.unity.visualeffectgraph/Documentation~/Operator-LogicNot.md
2024-08-26 23:07:20 +03:00

858 B

Not (Logic)

Menu Path : Operator > Logic > Not

The Not Operator takes a single input and outputs the result of a logical not operation. The result of Not A is true if A is false. This Operator is equivalent to the C# ! operator.

Operator properties

Input Type Description
A bool The value this Operator evaluates. If this is false, then o is true.
Output Type Description
o bool If A true, this value is false. Otherwise, if A is false this value is true.