Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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.

Did you find this page useful? Please give it a rating: