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

RectUtils

class in UnityEditor.Experimental.UIElements.GraphView

Switch to Manual

Description

Utilities for rectangle selections.

Constructors

RectUtilsRectUtils' constructor.

Static Functions

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.