Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RectUtils

Utilities for rectangle selections.
Read time 1 minuteLast updated 6 days ago

Definition

public class RectUtils

Constructors

Constructor

Description

RectUtils()RectUtils' constructor.

Static Methods

Method

Description

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.