Encompass(Rect, Rect)
Create rectangle that encompasses two rectangles.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public static Rect Encompass(Rect a, Rect b)
Parameters
Returns
Type | Description |
|---|---|
| Rect | New rectangle. |