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
Change the rectangular image positions to change their overlap states to trigger the background show/off.