^ (LogiX node)
Jump to navigation
Jump to search
^ | ||
---|---|---|
![]() | ||
Inputs | ||
Bool | A | |
Bool | B | |
Outputs | ||
Bool | * |
The ^ node performs the logical exclusive OR (XOR) operation on inputs A and B.
Usage
When spawned from the node browser, this node accepts the int datatype by default, but it is more commonly used to work with Boolean values (True/False).
If any inputs are toggled the output will also toggle. This node will accept some numeric datatypes, in which case it performs the operation in a bitwise manner.