public bool Overlaps (RectInt other);

파라미터

otherOther rectangle to test overlapping with.

반환

bool True if the other rectangle overlaps this one.

설명

RectInts overlap if each RectInt Contains a shared point.