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