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

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

131. UI编辑模式添加panel后,panel的滑块不能正常滑动 [ 55%]

...panel的滑块不能正常滑动 我设置了一个panel,添加了vScrollBarSkin,运行以后,panel可以正常滑动,但是 scrollbar 不随着panel滑动而移动位置   附件 : --> 2016-12-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...

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

132. bind函数的作用 [ 55%]

...理或访问系统剪贴板的方法函数 麻烦帮看一下这种遮罩bar的进度条设了遮罩不起作用 问题状态 最新活动: 2018-01-30 16:31 浏览: 608 关注: 2 人 qian • 2018-01-30 16:31 发错了 链接已修改 a15715740412 • 2018-01-30 16:30 Laya.Browser.window.protobuf.lo...

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

133. 关于矢量图跟Image [ 54%]

...ge上? ios打包单机版本问题,显示conchShader找不到和Status bar could not find cached time string image. 然后直接黑屏!!!!!! QQ玩一玩 获取头像后的数据是 BK.Buffer,需要如何用laya的Image显示出来? Image 的 skin 在 玩一玩 不生效 问题状...

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

134. 求绘制遮罩会引起黑屏的解决办法 [ 54%]

...会引起黑屏的解决办法 this.progressvalue = new Laya.Image("Game/bar_yuan.png"); this.progressvalue.anchorX = 0.5; this.progressvalue.anchorY = 0.5; this.progressvalue.pos(15, 15); //记录宽度 this.width_x = this.progress.width + 3;   this.vmask = new Laya.Sprite(); this.vmask.pos(15,15)...

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

135. [LayaAir3]Laya.Slider 的结束拖拽的事件监听 怎么写, [ 54%]

...上添加下面这段脚本     onAwake(): void {         this.owner.bar.on(Laya.Event.MOUSE_UP, () => {             console.log("aaa");         })     } 2025-07-11 0 1 分享 微博 QZONE 微信 Archangelᴱᴿᴵᑦ 赞同来自: this.owner.on(Laya.Event.CHANGE, this, () =>...

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

136. 照着官方文档写的 Dialog 报错? [ 54%]

....stage.addChild(this._container); Laya.loader.load(["../bin/res/ui/progressBar.png", "../bin/res/ui/progressBar$bar.png"], Handler.create(this, this.onPreloaded)); }; LoadResource.prototype.onPreloaded = function () { this.initLoadData(); }; LoadResource.prototype.initLoadData = function () { var re...

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

137. Laya整合echarts示例(TypeScript) [ 54%]

...子","高跟鞋","袜子"] }, yAxis: {}, series: [{ name: '销量', type: 'bar', data: [5, 20, 36, 10, 10, 20] }] }; // 使用刚指定的配置项和数据显示图表。 myChart.setOption(option); } 具体步骤: 1、使用LayaAir IDE新建空项目 2、将下载好的 echarts.js 放入项目 \b...

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

138. This image has just been released and needs to be restored now [ 53%]

...出来? ios打包单机版本问题,显示conchShader找不到和Status bar could not find cached time string image. 然后直接黑屏!!!!!! 转换swf使用图集模式,在运行swf的时候报res/swf/image/2.png:未加载到该图片资源 怎么给list中数据源box,box里面...

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

139. IOs使用手动删除本地资源再次进去加载问题 [ 52%]

...loading/progress.png", type : Laya.Loader.IMAGE}, {url : "loading/progress$bar.png", type : Laya.Loader.IMAGE}, ] Laya.loader.load(res_array, Handler.create(null, onLoaded)); } function onLoaded() { var res_array = [ {url : "res/atlas/comp.atlas", type : Laya.Loader.ATLAS}, ] Laya.loader.load(res_ar...

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

140. Laya List给子元素添加事件后,滚动事件被劫持了 [ 51%]

...atY = repeatY; //y轴个数 // 使用但隐藏滚动条 storeTxList.vScrollBarSkin = "store/c.png"; let scrollBar = storeTxList.getChildByName('scrollBar'); scrollBar.showButtons = false; let slider = scrollBar.slider; slider.bar.stateNum = 1; let txArray = ; for (let i = 0; i <20; ++i) { let lis...

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