Version: 2022.1
언어: 한국어
public bool Overlaps (RectInt other);

파라미터

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.