大约有 485 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0049 秒)
...特定角度下显示错误 提示错误在laya.core.js里 laya如何重写console.log 打印错误跟信息到自己写的日志面板上 ui分离模式首次加载布局错误问题 spine动画转换失败,加载错误:导出二进制数据出错:writeUint8 error - Out of range261, 有谁知道什...
来源: Laya_社区 发布时间: 20170214
... false)); //游戏资源加载进度函数 function onSoundProgress(pro) { console.log("sound" + pro); } 这样写哪里错了? 2016-12-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自: ...
来源: Laya_社区 发布时间: 20161216
...adOver():void{ let res = Laya.loader.getRes("game/texture.png"); console.log("res 加载成功?",res!=null) } 这样写,始终加载不出来,获取的res 始终为空,Layaair2.0
来源: Laya_社区 发布时间: 20170220
...this.bg2.source.bitmap as Laya.Texture2D; let pixels = bitmap.getPixels(); console.log("pixels:",pixels); for (let i = 0; i < pixels.length; i += 1) { pixels[i] = 0 } bitmap.setPixels(pixels,0) 是这样的。demo中好想写错了 附件 : --> myLaya.zip 2022-08-11 1 条评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20220811
...模型无法修改scale? 不知道改如何找到错误= = laya如何重写console.log 打印错误跟信息到自己写的日志面板上 new Laya.TiledMap()提示错误:Laya.TiledMap is not a constructor 问题状态 最新活动: 2018-05-24 11:35 浏览: 1549 关注: 2 人
来源: Laya_社区 发布时间: 20180517
...SON = JSON; //js.stringify("a","1"); js.uname ="sdfsdf"; js.pss ="sdfsdf"; console.log(js); this.hr.send(url, js,"post","text"); 服务器端获取不到值只是 [object JSON] this.hr.send(url, js,"post","json"); 会报错,发送失败 2017-05-09 添加评论 免费帖 --> 分享 微博 QZONE 微...
来源: Laya_社区 发布时间: 20170509
... // tt = animator tt.playbackRate =5 ; //不会起作用 console.log(tt.currentKeyframeIndex) //输出为-1 上述的playbackRate=5 不起作用 , 这是为什么? 另外animator 的控制方法好像很少。 2017-07-18...
来源: Laya_社区 发布时间: 20170718
... let x = tex.bitmap.getPixels(); console.log("------------------------",x); tex.bitmap.setPixels(x); let sp = new Laya.Sprite(); sp.texture = tex; ...
来源: Laya_社区 发布时间: 20210618
...与高结果是0; var sf =new Laya.sprte(); sf.loadImage("res/kk.png"); console.log(sf.width,sf.height) 2018-05-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 一点一滴 赞同来自: 因为这是个异步...
来源: Laya_社区 发布时间: 20180515
...), new Handler(this, completeHandler)); function completeHandler(params) { console.log("brj laya h5 加载完成.."); } 2017-09-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 建议...
来源: Laya_社区 发布时间: 20170918