版本: Unity 6 (6000.0)
语言English
  • C#

GUI.GroupScope 构造函数

建议更改

成功!

感谢您帮助我们提高 Unity 文档的质量。虽然我们无法接受所有提交内容,但我们确实会阅读用户提出的每个建议更改,并在适用的情况下进行更新。

关闭

提交失败

由于某些原因,您的建议更改无法提交。请<a>稍后再试</a>。感谢您抽出时间帮助我们提高 Unity 文档的质量。

关闭

取消

声明

public GUI.GroupScope(Rect position);

声明

public GUI.GroupScope(Rect position, string text);

声明

public GUI.GroupScope(Rect position, Texture image);

声明

public GUI.GroupScope(Rect position, GUIContent content);

声明

public GUI.GroupScope(Rect position, GUIStyle style);

声明

public GUI.GroupScope(Rect position, string text, GUIStyle style);

声明

public GUI.GroupScope(Rect position, Texture image, GUIStyle style);

参数

position 屏幕上用于该组的矩形。
text 在组上显示的文本。
image 在组上显示的纹理
content 此组的文本、图像和工具提示。如果提供,则组“捕获”任何鼠标点击,而不是如果省略,则不呈现背景,并且鼠标点击会被传递。
style 用于背景的样式。

描述

创建一个新的 GroupScope 并开始相应的组。