大约有 15 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0034 秒)
..._ | input_ | | TextArea | 带滚动条的文本域 | textarea_ | area_ | | Button | 按钮 | button_ | btn_ | | CheckBox | 多选框 | checkbox_ | check_ | | Radio | 单选框 | radio_ | -- | | Tab | 标签 | tab_ | -- | | RadioGroup | 单选框按钮组 | radiogroup_ | -- | | VSlider | 垂直滑动...
来源: Laya2.0_文档 发布时间: 20210714
... ) //拿到 Label 组件 private label: Laya.Label; @property( { type:Laya.Button } ) //拿到 Button 组件 private button: Laya.Button; @property( { type:Laya.Sprite } ) //拿到 Sprite 组件 private sprite: Laya.Sprite; @property( { type:Laya.Animation } ) //拿到 Animation 组件 private anmat...
来源: Laya3.0_文档 发布时间: 20251010
...Color; /** * 编辑器默认的文字颜色 */ textColor: gui.Color; createButton(autoSize?: boolean): gui.Button; createIconButton(flat?: boolean): gui.Button; createCheckbox(autoSize?: boolean): gui.Button; createIconCheckbox(flat?: boolean): gui.Button; createRadio(): gui.Button; createComboBox()...
来源: Laya3.0_文档 发布时间: 20251010
...SoundNode、VideoNode); UI组件(Box、HBox、VBox、Image、Clip、Button、CheckBox、Radio、RadioGroup、ComboBox、Label、TextInput、TextArea、FontClip、ProgressBar、HSilder、VSlider、List、Panel、Tree、Tab、ViewStack、HScrollBar、VScrollBar、ColorPicker、View、Dialog、Op...
来源: Laya3.0_文档 发布时间: 20251011
...约束 | |---|---|---| | 字段不存在 | classic | 仅用经典 UI(Box/Button/Label 等) | | `"both"` | both | 两套均可,同模块保持一致 | | `"ui2"` | new | 仅用新 UI (GBox/GButton/GLabel 等) | --- ## 物理引擎识别 读取 `settings/PlayerSettings.json` 判断物理引擎:...
来源: Laya3.0_文档 发布时间: 20251231