大约有 1,020 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0049 秒)
...aya.Stat.show(0, 0); Laya.stage.on(Laya.Event.RESIZE, Laya.stage, ()=>{ console.log(111) Laya.stage.width = 600 * Laya.Browser.pixelRatio; }) } } new GameMain(); 2018-05-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 ...
来源: Laya_社区 发布时间: 20180525
...018-09-17 0 4 分享 微博 QZONE 微信 伯恩 赞同来自: Ts 语言的 console.log('没有用了');???????????????? 2018-09-17 0 1 分享 微博 QZONE 微信 dcxin 赞同来自: compile.js编译脚本里把sourcemap设为true。 2019-08-14 0 0 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20180917
...Main extends Laya.Script { private aStarInstance: AStarFinder; onStart() { console.log("Game start"); // 0表示通路,1表示障碍 let myMatrix = [ [0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 1], [0, 0, 1, 1, 0, 1, 1, 0], [0, 0, 1, 0, 0, 0, 1, 0], [0, 0, 0, 0, 0, 0, 1, 0], [1, 1, 1, 0, 1, 0,...
来源: Laya3.0_文档 发布时间: 20241014
...is.btn_register.on(Laya.Event.CLICK, this, this._onRegister); } catch(e) { console.log(e); } } /** * 点击注册 */ private async _onRegister() { // console.table(this._arrCheck); } /** * 检查注册自信是否正确 */ private _checkRegInfo(): boolean { // TODO 还没有写检查!!!!! if (!this....
来源: Laya_社区 发布时间: 20200410
js多角色同屏显示 //console.log("进入大厅"); var bidding = new Bidding(); bidding.init(); Dispatcher.Emit("bidder"); Laya.stage.addChild(bidding); 多个角色在Bidding()中显示,可是每个人访问都会new一个Bidding();就不能多个角色同屏显示 每人每次访...
来源: Laya_社区 发布时间: 20170809
....Event.CLICK,this,this.onStart); onStart: _proto.onStart = function(){ console.log(111111122222); $("#fileInput").trigger('click'); } 可以打印数字,但是触发不了input控件。 <input id="fileInput" type="file" accept="image/*" style="display: none;" onchange="filechage(this.files)...
来源: Laya_社区 发布时间: 20170626
... rewardVideo.onRewarded(()=>{ console.log("发放奖励"); SaveData.Instance().AddDiamond(20); }); } 我这样子调用广告接口 激励视频可以展示出来 但是关闭视频时报 ERROR: Uncaught TypeErro...
来源: Laya_社区 发布时间: 20191121
... this.bgImage = Laya.loader.getRes('../laya/assets/comp/bg.jpg'); console.log([this.bgImage.width,this.bgImage.height]); })); 2018-07-30 1 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: width height 不行吗? 2018-07-30 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回...
来源: Laya_社区 发布时间: 20180730
...eRockerTouchDown); ...... function onCtrlMoveRockerTouchDown(e) { console.log("onCtrlMoveRockerTouchDown()"); var touches = e.touches; if(touches) { ...取出前两个touch进行计算 } } 请问为什么我的touches一直都是undefined 附件 : --> shoot004.zip...
来源: Laya_社区 发布时间: 20171202
...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