Version: 2022.3
Experimental: this API is experimental and might be changed or removed in the future.

RectUtils.IntersectsSegment

切换到手册
public static bool IntersectsSegment (Rect rect, Vector2 p1, Vector2 p2);

参数

rect 要检查的矩形。
p1 线段点 1。
p2 线段点 2。

返回

bool 如果线段与矩形重叠,则为 true;否则为 false。

描述

检查线段是否与矩形重叠。