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

RectUtils

class in UnityEditor.Experimental.GraphView

/

Implemented in:UnityEditor

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.