泰课首页
技术分享
Unity课程
Manual
Scripting API
unity3d.com
Version:
2017.1
2019.3
2019.2
2019.1
2018.4
2018.3
2018.2
2018.1
2017.4
2017.3
2017.2
2017.1
5.6
Manual
Scripting API
Language:
中文
English
日本語
Español
한국어
Scripting API
Version:
2017.1
2019.3
2019.2
2019.1
2018.4
2018.3
2018.2
2018.1
2017.4
2017.3
2017.2
2017.1
5.6
RectOffset
class in UnityEngine
Switch to Manual
Description
用于矩形、边框等的偏移。
由
GUIStyle
在各处使用。
Variables
bottom
下边缘大小。
horizontal
左 + 右的快捷方式。(只读)
left
左边缘大小。
right
右边缘大小。
top
上边缘大小。
vertical
上 + 下的快捷方式。(只读)
Constructors
RectOffset
使用偏移创建新矩形。
Public Functions
Add
向 rect 添加边框偏移。
Remove
从 rect 中删除边框偏移。