Bool NOT#
Flips a true/false value to its opposite.
Component Information#
Name:
BoolNotUI Name: Bool NOT
Version: 1
Categories: Transform
Input Properties#
Property |
Display Name |
Type |
IO Type |
Default Value |
Optional |
|---|---|---|---|---|---|
input |
Input |
Bool |
Input |
false |
No |
Input#
Boolean input value.
Output Properties#
Property |
Display Name |
Type |
IO Type |
Default Value |
Optional |
|---|---|---|---|---|---|
result |
Result |
Bool |
Output |
true |
No |
Result#
The logical NOT of the input (inverted boolean value).
Usage Notes#
This component is part of the RTX Remix graph system. It is intended for use in the Remix Toolkit and Runtime only.