• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 210 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0065 秒)

181. 属性设置器(TypeScript-IDE篇(TS)-设计模式基础) [ 53%]

...## 5.4 label相关属性 很多组件的内部包含了label标签,比如Button、CheckBox、Tab等。它们的其他属性中也有相同的label属性设置,功能说明请看下表 | **属性名** | **功能说明** | | ---------------- | ---------------------------------------- | | labelAlig...

来源: Laya2.0_文档 发布时间: 20210715

182. 属性设置器(ActionScript-IDE篇(AS3)-设计模式基础) [ 53%]

...## 5.4 label相关属性 很多组件的内部包含了label标签,比如Button、CheckBox、Tab等。它们的其他属性中也有相同的label属性设置,功能说明请看下表 | **属性名** | **功能说明** | | ---------------- | ---------------------------------------- | | labelAlig...

来源: Laya2.0_文档 发布时间: 20210714

183. 插件开发说明 · LayaAir3.3 · 引擎文档 · LAYABOX [ 52%]

...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

184. 节点组件的详细介绍(TypeScript-IDE篇(TS)-设计模式基础) [ 52%]

...是可以的。但并不是我们推荐的方案。 基础UI组件包括:Button、CheckBox、Clip、ColorPicker、ComboBox、FontClip、HScrollBar、HSlider、Image、Label、TextArea、TextInput、Radio、ProgressBar、Slider、VSlider、ScrollBar、VScrollBar、WXOpenDataViewer。 ##### 容器UI...

来源: Laya2.0_文档 发布时间: 20210714

185. 某些机型drawToCanv绘图颜色变深 [ 51%]

...是正常的。 3D平行光产生的投影,如何修改颜色深浅? button label 点击颜色 如何设置舞台背景颜色为透明 没有加载ls文件的情况下能否设置scene的颜色?还是只能黑色? 混合模式作用只是将颜色混合起来吗 请问雾效是不是有Bug...

来源: Laya_社区 发布时间: 20180103

186. laya.ui.RadioGroup_API3.0 [ 50%]

...ed from UIGroup.labelColors Defined in laya/ui/UIGroup.ts:305 copy laya.ui.Button#labelColors() Returns string Inherited from UIGroup.labelColors Defined in laya/ui/UIGroup.ts:309 copy laya.ui.Button#labelColors() Parameters value: string Returns void labelFont get labelFont(): string set labelFont(...

来源: Laya3.0_api 发布时间: 20231115

187. laya.ui.UIGroup_API3.0 [ 49%]

...一个可以自动布局的项集合控件。 Group 的默认项对象为 Button 类实例。 Group 是 Tab 和 RadioGroup 的基类。 Hierarchy Box UIGroup RadioGroup Tab Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name ...

来源: Laya3.0_api 发布时间: 20231115

188. 层级面板 · LayaAir3.3 · 引擎文档 · LAYABOX [ 49%]

...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

189. laya.ui.Tab_API3.0 [ 49%]

...ed from UIGroup.labelColors Defined in laya/ui/UIGroup.ts:305 copy laya.ui.Button#labelColors() Returns string Inherited from UIGroup.labelColors Defined in laya/ui/UIGroup.ts:309 copy laya.ui.Button#labelColors() Parameters value: string Returns void labelFont get labelFont(): string set labelFont(...

来源: Laya3.0_api 发布时间: 20231115

190. ReferenceError: Loader is not defined 搞不懂引擎原生的也会报这个错? [ 49%]

.../this._loveControl.startGame();  //点击重置按钮,重新开始 this.button_reset.on(Laya.Event.CLICK, this, this.onClickReset);  let partPath = "res/aixin_bao.part"; Laya.loader.load(partPath, Laya.Handler.create(this, this.onAssetsLoaded), null, Loader.JSON); }  onAssetsLoaded(settings) { ...

来源: Laya_社区 发布时间: 20190704