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

GUILayout.AreaScope 构造函数

建议更改

成功!

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

关闭

提交失败

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

关闭

取消

声明

public GUILayout.AreaScope(Rect screenRect);

声明

public GUILayout.AreaScope(Rect screenRect, string text);

声明

public GUILayout.AreaScope(Rect screenRect, Texture image);

声明

public GUILayout.AreaScope(Rect screenRect, GUIContent content);

声明

public GUILayout.AreaScope(Rect screenRect, string text, GUIStyle style);

声明

public GUILayout.AreaScope(Rect screenRect, Texture image, GUIStyle style);

声明

public GUILayout.AreaScope(Rect screenRect, GUIContent content, GUIStyle style);

参数

text 要在区域中显示的可选文本。
image 要在区域中显示的可选纹理。
content 此区域的可选文本、图像和工具提示顶部显示。
style 要使用的样式。如果省略,则使用空 GUIStyle (GUIStyle.none),提供透明背景。

描述

创建一个新的 AreaScope 并开始相应的区域。