RectOffset

class in UnityEngine

/

Implemented in:UnityEngine.CoreModule

Description 描述

Offsets for rectangles, borders, etc.

Used all over the place by GUIStyle.

Properties 属性

bottomBottom edge size.
horizontalShortcut for left + right. (Read Only)
leftLeft edge size.
rightRight edge size.
topTop edge size.
verticalShortcut for top + bottom. (Read Only)

Constructors

RectOffsetCreates a new rectangle with offsets.

Public Methods 公共方法

AddAdd the border offsets to a rect.
RemoveRemove the border offsets from a rect.