大约有 1,081 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0061 秒)
...e,new Laya.Vector3(wx,0,0)); scene.addChild(num); num.wx=remodarr(num)[0]; console.log("当前宽"+num.wx) num是一个数组精灵,我在动态克隆精灵之 后,当时这个属 性输出是存在的, 但是在帧循环里,再次循环调用的时候,这个属性就丢失啦!! 但是...
来源: Laya_社区 发布时间: 20180129
...ata={type:"test"}; conchMarket.login(JSON.stringify(sData),function(data){ console.log(data); // 数据处理. });conchMarket是通过二次开发教程里的方式实例化吗?采用call(login, callback)的方式调用?但例子为什么是login()? 2017-07-11 添加评论 免费帖 --> ...
来源: Laya_社区 发布时间: 20170711
...bgm.mp3", 1, new Handler(this, function(){ console.log("播放完成"); })); 2018-08-08 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 苏栢 相关问题 谷歌浏览器播放mp3...
来源: Laya_社区 发布时间: 20180808
...材/背景黑色蒙版.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
...新引擎版本即可。 可以在程序中打印版本信息监测: console.log(Laya.version); 2016-12-30 0 0 分享 微博 QZONE 微信 Laya_XS 赞同来自: 好的,问题解决了就行了 2016-12-30 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题...
来源: Laya_社区 发布时间: 20161230
...材/背景黑色蒙版.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
...模型无法修改scale? 不知道改如何找到错误= = laya如何重写console.log 打印错误跟信息到自己写的日志面板上 new Laya.TiledMap()提示错误:Laya.TiledMap is not a constructor 问题状态 最新活动: 2018-05-24 11:35 浏览: 1549 关注: 2 人
来源: Laya_社区 发布时间: 20180517
...与高结果是0; var sf =new Laya.sprte(); sf.loadImage("res/kk.png"); console.log(sf.width,sf.height) 2018-05-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 一点一滴 赞同来自: 因为这是个异步...
来源: Laya_社区 发布时间: 20180515
...; } /** * 地图加载完成的回调 */ private completeHandler(): void { console.log("地图创建完成"); console.log("ClientW:" + Browser.clientWidth + " ClientH:" + Browser.clientHeight); Laya.stage.on(Laya.Event.RESIZE, this, this.resize); this.resize(); } //鼠标按下拖动地图 private m...
来源: Laya_示例 发布时间: 20260303