• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,020 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0049 秒)

561. Laya.Event.RESIZE 栈溢出问题 [ 55%]

...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

562. layaair2.0 不能断点调试,,, [ 55%]

...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

563. 引用第三方JS模块 · LayaAir3.0文档 · LAYABOX [ 55%]

...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

564. [LayaAirIDE 2.0]TextInput真机输入时显示蓝色字,求解 [ 55%]

...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

565. js多角色同屏显示 [ 55%]

js多角色同屏显示 //console.log("进入大厅"); var bidding = new Bidding(); bidding.init(); Dispatcher.Emit("bidder"); Laya.stage.addChild(bidding);   多个角色在Bidding()中显示,可是每个人访问都会new一个Bidding();就不能多个角色同屏显示     每人每次访...

来源: Laya_社区 发布时间: 20170809

566. cavans上触发不了input的点击事件 [ 55%]

....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

567. VIVO小游戏插屏广告和激励视频广告问题 [ 55%]

...          rewardVideo.onRewarded(()=>{             console.log("发放奖励");             SaveData.Instance().AddDiamond(20);         }); }   我这样子调用广告接口 激励视频可以展示出来 但是关闭视频时报 ERROR: Uncaught TypeErro...

来源: Laya_社区 发布时间: 20191121

568. Laya.Image怎么获取图片的真实大小 [ 55%]

... 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

569. touches一直为undefined [ 55%]

...eRockerTouchDown); ......   function onCtrlMoveRockerTouchDown(e) {     console.log("onCtrlMoveRockerTouchDown()");     var touches = e.touches;     if(touches) {     ...取出前两个touch进行计算     } }   请问为什么我的touches一直都是undefined 附件 : --> shoot004.zip...

来源: Laya_社区 发布时间: 20171202

570. 如何创建一个json对象 [ 55%]

...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