大约有 1,020 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0076 秒)
...模型无法修改scale? 不知道改如何找到错误= = laya如何重写console.log 打印错误跟信息到自己写的日志面板上 new Laya.TiledMap()提示错误:Laya.TiledMap is not a constructor 问题状态 最新活动: 2018-05-24 11:35 浏览: 1549 关注: 2 人
来源: Laya_社区 发布时间: 20180517
...ya.Dictionary(); obj2.forEach(function (v,i) { storyData[v.entry] = v; }); console.log(storyData.keys); 这段代码中,输出的是[],为什么?api里不是有keys接口么?values也是一样,虽然有接口但输出[]。哪里不对么? 2018-03-06 添加评论 免费帖 --> 分享 微...
来源: Laya_社区 发布时间: 20180306
...a.stage.on(Laya.Event.MOUSE_UP, this, function(evt:Laya.Event):void{ console.log("aaaaa = " + evt.tager.name); //这里名字是空的,我想问一下,这里是否可以判断Layer? }); 2018-04-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...
来源: Laya_社区 发布时间: 20180416
....next } }; box2d.b2Assert=function(a,b,c){ if (box2d.DEBUG && !a) {console.log(box2d.DEBUG); console.log(a); throw Error() } else { }; }; 匿名用户 • 2018-12-30 15:59 box2d.ENABLE_ASSERTS && box2d.b2Assert(0 < this.m_jointCount); 这句话 0<this.m_jointCount 灰太狼 •...
来源: Laya_社区 发布时间: 20181213
...材/背景黑色蒙版.png",0,0,1600,1080); this.scTipsPg= new ScTpisUI(); console.log(this.scTipsPg.manager); this.scTipsPg.manager=dialogManager; this.scTipsPg.manager.maskLayer=sprite1; this.scTipsPg.popupCenter=false; this.scTipsPg.top=60; this.scTipsPg.right=-510; this.scTipsPg.show(); ...
来源: Laya_社区 发布时间: 20191031
...gLoaded(url):void { var data:Object = Laya.loader.getRes(url); console.log(data) var e = new Zlib.Inflate(data.buffer); data = e.decompress(); } 现在的问题是,var data:Object = Laya.loader.getRes(url);中,data是一个什么类型的,如何去到其中的数据buf...
来源: Laya_社区 发布时间: 20171218
...与高结果是0; var sf =new Laya.sprte(); sf.loadImage("res/kk.png"); console.log(sf.width,sf.height) 2018-05-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 一点一滴 赞同来自: 因为这是个异步...
来源: Laya_社区 发布时间: 20180515
...adapter process has terminated unexpectedly layabox ide 无法调试 ,console.log 打印无效,不知道是什么情况! 附件 : --> 2017-01-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 emoonight ...
来源: Laya_社区 发布时间: 20170118
...材/背景黑色蒙版.png",0,0,1600,1080); this.scTipsPg= new ScTpisUI(); console.log(this.scTipsPg.manager); this.scTipsPg.manager=dialogManager; this.scTipsPg.manager.maskLayer=sprite1; this.scTipsPg.popupCenter=false; this.scTipsPg.top=60; this.scTipsPg.right=-510; this.scTipsPg.show(); 不...
来源: Laya_社区 发布时间: 20191031
...复 sfg007 赞同来自: onkeydown(e: Laya.Event): void{ console.log(e.keyCode); if(e.keyCode==37){//左 this.hero.pos(this.hero.x-100,this.hero.y); }else if(e.keyCode==39){//右 this....
来源: Laya_社区 发布时间: 20161015