Overlaps

Overlaps(RectInt, RectInt)

public static bool Overlaps(this RectInt rectInt, RectInt other) ;

説明

RectInt同士が重なっているかをテストする。

パラメーター

パラメーター名 説明
rectInt 重なっているかテストするRectInt
other 重なっているかテストするRectInt

戻り値

重なっている場合にtrueを返す。