Version: 2021.1
言語: 日本語
public bool Overlaps (RectInt other);

パラメーター

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

戻り値

bool True if the other rectangle overlaps this one.

説明

RectInts overlap if each RectInt Contains a shared point.