URL: https://docs.unity3d.com/ScriptReference/../Manual/../ScriptReference/RectInt.Overlaps.html
dataLayer-initialized', user: { user_unity_id: undefined, user_logged_in: 'no' }, environment: { environment_locale: 'en-us', environment_currency: undefined }});| Parameter | Description |
|---|---|
| other | Other rectangle to test overlapping with. |
bool True if the other rectangle overlaps this one.
RectInts overlap if each RectInt Contains a shared point.