This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

RectUtils.Encompass

public static Rect Encompass(Rect a, Rect b);

Parameters

aRect a.
bRect b.

Returns

Rect New rectangle.

Description

Create rectangle that encompasses two rectangles.