Rect Overlap

Detect whether or not two rectangles boundaries are overlapping.
Input
Name | Data type | Description |
Enter | Exec | The input execution that triggers this node |
A | Rect | The first rectangle |
B | Rect | The second rectangle |
Output
Name | Data type | Description |
True | Exec | Execute the next node when the two rectangles are overlapping |
False | Exec | Execute the next node when the two rectangles are not overlapping |
Example

By changing the rectangular image positions to change their overlap states to trigger the background show/off.
