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

RectUtils

class in UnityEditor.Experimental.GraphView

Description

Utilities for rectangle selections.

Constructors

RectUtilsRectUtils' constructor.

Static Methods

EncompassCreate rectangle that encompasses two rectangles.
InflateCreates and returns an enlarged copy of the specified rectangle. The copy is enlarged by the specified amounts.
IntersectsSegmentCheck if a line segment overlaps a rectangle.