大约有 1,020 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0044 秒)
...pe:"test"}; window.conchMarket.share(JSON.stringify(sData),function(data){ console.log(data); // TODO 数据处理. }); oc里怎么调用呢? 2018-01-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qi...
来源: Laya_社区 发布时间: 20180125
...衔接出现卡顿 Mac上使用layaide2.0.1,F5调试错误 laya如何重写console.log 打印错误跟信息到自己写的日志面板上 u3d粒子和模型导出错误 u3d下spine动画工具导入报错:转换失败---chitianshishoux--加载错误,xxx/xxx/chitianshishoux.atlas 位图为什么...
来源: Laya_社区 发布时间: 20170615
....ALIGN_MIDDLE; Laya.stage.bgColor = "#fff00f"; this.onLoop(); } onLoop() { console.log("good"); } } new GameMain(); 2018-06-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 你这个代...
来源: Laya_社区 发布时间: 20180620
...') Laya.stage.addChild(a) }), Laya.Handler.create(null, function (value) { console.log('加载进度:' + value) }, null, false)) 项目是微信小游戏 基本就是laya默认的2d微信小游戏里子 我就试试加载 然后用微信开发者工具测试 加载的图片不能全部加载 无...
来源: Laya_社区 发布时间: 20180808
...), new Handler(this, completeHandler)); function completeHandler(params) { console.log("brj laya h5 加载完成.."); } 2017-09-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 建议...
来源: Laya_社区 发布时间: 20170918
...roto.changeClips=function(){ var img=Loader.getRes(this._skin); if (!img){ console.log("lose skin",this._skin); return; }; var width=img.sourceWidth; var height=img.sourceHeight / this._stateNum; img.$_GID || (img.$_GID=Utils.getGID()); var key=img.$_GID+"-"+this._stateNum; var clips=AutoBitmap.getC...
来源: Laya_社区 发布时间: 20170516
Uncaught Can not find class laya.ani.bone.Skeleton 新建项目 console.log(Laya.Skeleton)为undefine 场景里放入.sk动画 运行报错Can not find class laya.ani.bone.Skeleton 附件 : --> 2020-05-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...
来源: Laya_社区 发布时间: 20200504
...r.create(this, this.Onloaded), null, Laya.Loader.TEXT,0,true,null,true); //console.log(Laya.Loader.loadedMap); } 另外就是加载的时候,不缓存资源,就不能读取文本内容。 1 let event1=Laya.loader.load("eyeimf.txt", Laya.Handler.create(this, this.Onloaded), null, Laya.Loader.TEXT...
来源: Laya_社区 发布时间: 20171228
...usOut(); } else { _setInputMethod(); } input.target = this; _focusIn(); console.log("获得焦点...........",input,value) } else { input.target = null; _focusOut(); Browser.document.body.scrollTop = 0; input.blur(); if (Render.isConchApp) input.setPos(-10000, -10000); else if (inputContainer.con...
来源: Laya_社区 发布时间: 20191010
...ed); socket.on(Event.ERROR, this, this.onConnectError); } onSocketOpen() { console.log("Connected"); // 发送字符串 socket.send("demonstrate "); // 使用output.writeByte发送 let message = "demonstrate "; for (let i = 0; i "); // 使用output.writeByte发送 var message: string = "demonstrate ...
来源: Laya2.0_示例 发布时间: 20241119