大约有 4,103 项符合查询结果, 库内数据总量为 31,629 项。 (搜索耗时: 0.0105 秒)
Laya_社区(3324) Laya2.0_文档(296) Laya_示例(141) Laya2.0_示例(117) Laya3.0_文档(116) Laya3.0_api(94) Laya2.0_api(9) laya_api(6)
...处理 ; 类似 if(btn.clickHandler) btn.clickHandler = new handler (this, onListBtnClick) ; onListBtnClick 函数中 list.selectItem 来判断执行什么逻辑 ; 2017-01-21 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 jiye 相...
来源: Laya_社区 发布时间: 20170121
...码中有这个动画的变量引用: 然而实际运行的时候,在this.createView的调用之后,这个idle变量依然是undefine的? 是不是有什么地方需要注意的? 经测试发现uiView.animations这一段分支根本没有进来~ 而animation那一份数据,是Prefab...
来源: Laya_社区 发布时间: 20180117
...ount = GameInstance.StandardList[rollNumbers[i]-1].count; trace(rewardVo); this.showArr.push(rewardVo); trace(showArr) 这咋回事呀 附件 : --> 2017-12-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 ainideq...
来源: Laya_社区 发布时间: 20171215
...upic.cdn.bcebos.com/2 ... 3B%3B Laya.loader.load(_url, Laya.Handler.create(this, res => { let a = new Laya.Image(_url); Laya.stage.addChild(a); })) 以下是安卓层面输出日志:09-22 11:08:10.811 27895-28111/? D/jswrapper: JS: [WARN]: [warn]Retry to load: https://lupic.cdn.bcebos.com/2 ......
来源: Laya_社区 发布时间: 20200922
...nput(Input.input); /// Input.inputElement=(this._multiline ? Input.area :Input.input); Input.inputContainer.appendChild(Input.inputElement); if (Text.RightToLeft){ Input.inputElement.style.direction="rtl"; ...
来源: Laya_社区 发布时间: 20190816
...ingleton.loadView=null __static(DataSingleton, ['helper',function(){return this.helper=new Helper();} ]); return DataSingleton; })() 这个是AS编译完成的JS, 那我怎么在别的JS里面引用这个DataSingleton里面的dxMerchantID, 我用Laya.DataSingleton.dxMerchantID 但是报错误
来源: Laya_社区 发布时间: 20170321
...omuser")) { this.input_jjrcode.text = gets.fromuser; } } 2017-03-30 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 govenlive ...
来源: Laya_社区 发布时间: 20160110
...己实现dictionary的问题 骨骼释放纹理 Templet.TEMPLET_DICTIONARY[this.url] url用错了导致Templet删不掉 问题状态 最新活动: 2017-11-29 12:13 浏览: 1382 关注: 4 人 wudi199553 • 2017-11-29 10:31 能上传一个unity模型 wudi199553 • 2017-11-29 11:04 你这个是导出...
来源: Laya_社区 发布时间: 20171011
...ERROR,"file not find"); return; } //保护修改-----end------------------ this.basePath =_atlasPath?Loader.getAtlas(_atlasPath).dir:_url.split(".swf")[0] + "/image/"; _initData(data);添加了这个保护后,代码不会报错,但是你的帧循环使用创建MC不会显示,不显示的原因...
来源: Laya_社区 发布时间: 20180908
...但是不断切换音乐的时候也会增加,如 Laya.timer.loop(1000,this,function():void{ SoundManager.playMusic(UrlUtils.getSoundUrl("runbeard/Audio_Game_Back")); }); Laya_Aaron • 2018-02-08 20:10 都换了就不会切换也增加了 Laya_Aaron • 2018-02-08 20:11 焦点切换,...
来源: Laya_社区 发布时间: 20180208