Version: 2019.4
public bool Overlaps (RectInt other);

パラメーター

other重なっているかをテストするための他の矩形

戻り値

bool True if the other rectangle overlaps this one.

説明

RectInts overlap if each RectInt Contains a shared point.