Offsets for rectangles, borders, etc.
Used all over the place by GUIStyle.
Property | Description |
---|---|
bottom | Bottom edge size. |
horizontal | Shortcut for left + right. (Read Only) |
left | Left edge size. |
right | Right edge size. |
top | Top edge size. |
vertical | Shortcut for top + bottom. (Read Only) |
Constructor | Description |
---|---|
RectOffset | Creates a new rectangle with offsets. |