Or (RealityKit)
Boolean operation in1 || in2.
Parameter Types
Discussion
This node mimics the logical Or operator; the table shows the node’s output:
In1 | In2 | Out |
|---|---|---|
True | True | True |
True | False | True |
False | True | True |
False | False | False |
Boolean operation in1 || in2.
This node mimics the logical Or operator; the table shows the node’s output:
In1 | In2 | Out |
|---|---|---|
True | True | True |
True | False | True |
False | True | True |
False | False | False |