返回介绍

GUILayout 界面布局

发布于 2019-12-18 15:37:47 字数 6714 浏览 1325 评论 0 收藏 0

class in UnityEngine

Description 描述

The GUILayout class is the interface for Unity gui with automatic layout.

界面布局类是Unity界面自动布局的接口。

Static Functions 静态函数

BeginAreaBegin a GUILayout block of GUI controls in a fixed screen area.
在一个固定的屏幕区域,开始一个GUI控件的GUILayout布局块;简单的说,在屏幕上开始一个固定大小的布局区域。
BeginHorizontalBegin a Horizontal control group.
开始一个水平控件的组。
BeginScrollViewBegin an automatically laid out scrollview.
开始一个自动布局滚动视图。
BeginVerticalBegin a vertical control group.
开始一个垂直控件的组。
BoxMake an auto-layout box.
创建一个自动布局的box。
ButtonMake a single press button. The user clicks them and something happens immediately.
创建一个单次按钮。当用户点击按钮会立即发生一些事件。
EndAreaClose a GUILayout block started with BeginArea.
关闭由BeginArea开始GUILayout布局块。
EndHorizontalClose a group started with BeginHorizontal.
关闭由BeginHorizontal开始的一个组。
EndScrollViewEnd a scroll view begun with a call to BeginScrollView.
结束一个由BeginScrollView开始的滚动视图。
EndVerticalClose a group started with BeginVertical.
关闭由BeginVertical开始的一个组。
ExpandHeightOption passed to a control to allow or disallow vertical expansion.
传递给控件是否允许垂直液态方向的选项。
ExpandWidthOption passed to a control to allow or disallow horizontal expansion.
传递给控件是否允许垂直液态方向的选项。
FlexibleSpaceInsert a flexible space element.
插入一个弹性空白元素。
HeightOption passed to a control to give it an absolute height.
传递给控件的选项,给它一个绝对的高度。
HorizontalScrollbarMake a horizontal scrollbar.
创建水平滚动栏。
HorizontalSliderA horizontal slider the user can drag to change a value between a min and a max.
创建一个水平滑动条,用户可以拖动改变在最小和最大值之间的值。
LabelMake an auto-layout label.
创建一个自动布局的标签。
MaxHeightOption passed to a control to specify a maximum height.
传递给控件指定一个最大高度的选项。
MaxWidthOption passed to a control to specify a maximum width.
传递给控件指定一个最大宽度的选项。
MinHeightOption passed to a control to specify a minimum height.
传递给控件指定一个最小高度的选项。
MinWidthOption passed to a control to specify a minimum width.
传递给控件指定一个最小宽度的选项。
PasswordFieldMake a text field where the user can enter a password.
创建一个单行密码文本字段,用户可以输入密码。
RepeatButtonMake a repeating button. The button returns true as long as the user holds down the mouse.
创建一个重复按钮。当用户点击按钮会立即发生一些事件。只要用户按住鼠标,按钮返回true。
SelectionGridMake a Selection Grid.
创建一个选择表格。
SpaceInsert a space in the current layout group.
在当前层组插入空白。
TextAreaMake a multi-line text field where the user can edit a string.
创建一个多行密码文本区域,用户可以编辑其中字符串。
TextFieldMake a single-line text field where the user can edit a string.
创建一个单行文本字段,用户可以编辑其中的字符串。
ToggleMake an on/off toggle button.
创建一个开关按钮。
ToolbarMake a toolbar.
创建一个工具栏。
VerticalScrollbarMake a vertical scrollbar.
创建垂直滚动条。
VerticalSliderA vertical slider the user can drag to change a value between a min and a max.
创建一个垂直滑动条,用户可以拖动改变在最小和最大值之间的值。
WidthOption passed to a control to give it an absolute width.
传递给控件的选项,给它一个绝对的宽度。
WindowMake a popup window that layouts its contents automatically.
创建一个弹出窗口,它的内容是自动布局的。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文