Bool OR#
Returns true if either A or B (or both) are true.
Component Information#
Name:
BoolOrUI Name: Bool OR
Version: 1
Categories: Transform
Input Properties#
Property |
Display Name |
Type |
IO Type |
Default Value |
Optional |
|---|---|---|---|---|---|
a |
A |
Bool |
Input |
false |
No |
b |
B |
Bool |
Input |
false |
No |
A#
First boolean input.
B#
Second boolean input.
Output Properties#
Property |
Display Name |
Type |
IO Type |
Default Value |
Optional |
|---|---|---|---|---|---|
result |
Result |
Bool |
Output |
false |
No |
Result#
The logical OR of A and B (true if either A or B is true).
Usage Notes#
This component is part of the RTX Remix graph system. It is intended for use in the Remix Toolkit and Runtime only.