Метод | Описание | |
---|---|---|
GetBottomCenter ( this rect ) : Vector2 |
Gets the position of the center of the bottom edge of the rectangle.
|
|
GetIntersectionDepth ( this rectA, RectangleF rectB ) : Vector2 |
Calculates the signed depth of intersection between two rectangles.
|
public static GetBottomCenter ( this rect ) : Vector2 | ||
rect | this | |
Результат | Vector2 |
public static GetIntersectionDepth ( this rectA, RectangleF rectB ) : Vector2 | ||
rectA | this | |
rectB | RectangleF | |
Результат | Vector2 |