This version of Unity is unsupported.

RectInt.Overlaps

Declaration

public bool Overlaps(RectInt other);

Parameters

other Other rectangle to test overlapping with.

Returns

bool True if the other rectangle overlaps this one.

Description

RectInts overlap if each RectInt Contains a shared point.