大约有 132 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0069 秒)
...个list同时滚动一模一样。 请问layaide如何创建一个复合的Button FD 宏编译时 出现 试图访问该方法时失败 问题状态 最新活动: 2017-02-17 13:31 浏览: 1515 关注: 3 人 zzhh9857 • 2017-02-16 20:54 如何传?RGBA是一个矩阵哦 zzhh9857 • 2017-02-16 20:55 ...
来源: Laya_社区 发布时间: 20170216
...ype++; this._castType %= 2; switch (this._castType) { case 0: (e.target as Button).label = "释放显存"; this.loadScene(); break; case 1: (e.target as Button).label = "加载场景"; if (this._scene)//_scene不为空表示场景已加载完成 this.garbageCollection(); break; } /** * @private 销...
来源: Laya2.0_文档 发布时间: 20210715
...heckBox多选框组件(CheckBox) CheckBox是多选框组件,继承自Button。它由两部分组成,选择状态框及内容说明标签。其中选择状态框是图片资源,内容说明标签为文本。CheckBox组件的属性接口介绍请参考CheckBox API。 一、通过LayaAir IDE...
来源: Laya3.0_文档 发布时间: 20241014
...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_文档 发布时间: 20241014
...d { _castType++; _castType %= 2; switch (_castType) { case 0: (e.target as Button).label = "释放显存"; loadScene(); break; case 1: (e.target as Button).label = "加载场景"; if (_scene)//_scene不为空表示场景已加载完成 garbageCollection(); break; } /** * @private 销毁场景并且...
来源: Laya2.0_文档 发布时间: 20210715
... ) //拿到 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_文档 发布时间: 20241014
...= "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/button.png", Handler.create(this,onLoadComplete));//加载资源。 } private function onLoadComplete():void { trace("资源加载完成!"); var comboBox:ComboBox = new ComboBox("resource/ui/button.png", "item0,item1,item2,...
来源: Laya3.0_api 发布时间: 20231115
...ype++; this._castType %= 2; switch (this._castType) { case 0: (e.target as Button).label = "释放显存"; this.loadScene(); break; case 1: (e.target as Button).label = "加载场景"; if (this._scene)//_scene不为空表示场景已加载完成 this.garbageCollection(); break; } /** * @private 销...
来源: Laya2.0_文档 发布时间: 20210715
...创建动效模板 可能存在bug 请问layaide如何创建一个复合的Button 问题状态 最新活动: 2018-06-07 17:58 浏览: 1175 关注: 2 人 liudq • 2018-06-07 18:01 那只有View下的东西,才可以添加附加脚本吗? liudq • 2018-06-07 18:02 我拿出来的东西,手动...
来源: Laya_社区 发布时间: 20180607
...擎一更新就要重新拷过来 2.label的文字在IDE是上下居中的(button里的label也是同样的问题),在浏览器上就不居中了,2.1.1.1版本也没有效果 3.input旋转90度后,图片是旋转了但输入区域没有旋转,类似的panel、list的滑动区域也不能旋...
来源: Laya_社区 发布时间: 20190815