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

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

291. [经验分享]关于2.0微信小游戏发布问题 [ 70%]

...mini.js这个脚本不要删掉。 如果你发布出现code.js报错,将game.js里的code.js改成index.js 如果报错找不到app.json的话,app.json,这是小程序才用的。LayaAir只能支持小游戏,不支持小程序的发布 如果发布出来的小游戏黑屏不显示不报错...

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

292. 寻求帮助 Uncaught TypeError: Cannot read property 'play' of null [ 70%]

...ull (see stack)#[0]__proto.play@/data/data/com.nearme.instant.platform/app_game/app/com.jinkejoy.talkingtomgoldrun.kyx.nearme.gamecenter/2115/libs/laya.quickgamemini.js:1838#[1]__proto.__onEnd@/data/data/com.nearme.instant.platform/app_game/app/com.jinkejoy.talkingtomgoldrun.kyx.nearme.gamecenter/21...

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

293. 二次开发 异步回调没反应 [ 70%]

...public static showVideoAd(success: Laya.Handler, type: string): void { if (GameConfig.ins.isDev) { success.runWith(1); return; } var VGUtil = Laya.PlatformClass.createClass("com.szdn.game.fkzy.VGUtil"); VGUtil.callWithBack(back, "showVideoAd", type);  function back(code){ LayaManager.showTextTip("...

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

294. Cannot read property 'offCanplay' of null [ 70%]

...ror: Cannot read property 'offCanplay' of null at n.onCanPlay (https://usr/game.js:39:9226) at Function.t (https://lib/WAGameSubContext.js:2:153278)Cannot read property 'offCanplay' of null;at audioContext.oncanplay callback function TypeError: Cannot read property 'offCanplay' of null at n.onCanPla...

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

295. new GlowFilter Uncaught TypeError: GlowFilter is not a constructor [ 69%]

...ht unknown animationClip version. 运行报错 Uncaught Can not find scene:GameView.scene undefined 使用GlowFilter的时候报错: GlowFilter is not a constructor Uncaught Can not find class srcipt/game/Game_App.ts 问题状态 最新活动: 2017-02-18 10:13 浏览: 1889 关注: 1 人 ZGH • 20...

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

296. 微信小程序调试器运行正常,真机调试报错 [ 69%]

微信小程序调试器运行正常,真机调试报错 VM128:1 gameThirdScriptError self is not defined;at api request success callback function ReferenceError: self is not defined at new s (game.js:6:16022) at  (../../src/script/GameUI.js:10:1) at  (../../src/script/GameUI.js:10:1) at  (../....

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

297. bundle.js中父类声明在子类后面,继承的时候会报错 [ 69%]

...的链接 提交 3 个回复 Laya_Aaron 赞同来自: answerHom client\src\game\gui\base\PageContainer.ts client\src\game\gui\TopUI.ts   解决这块的循环引用, 因为循环引用所以不知道先后顺序 2019-09-18 1 3 分享 微博 QZONE 微信 answerHom 赞同来自: demo稍后发送 20...

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

298. 引擎插件使用说明(TypeScript-小游戏适配文档-微信小游戏) [ 69%]

...小本地包体的大小呢。可以的,如果要删除这个目录,把game.json里的`"path"`字段删除即可。这样就可以达到减小包体的目的。但是,我们不建议大家现阶段删除,毕竟低版本的微信普及也没有那么快,为了兼容性,先保留一阵。...

来源: Laya2.0_文档 发布时间: 20210715

299. 通过canvas的缩放来实现清晰度是什么意思呢? [ 69%]

...8-06-03 0 0 分享 微博 QZONE 微信 kezhiyu 赞同来自: <style>#game_canvas{width:100;heigth:L100%}<style> 请先确保这个100%可以覆盖全屏,现在假如手机只有320, 520 <canvas width=”640“, heigth="1040" id="game_canvas"></canvas> 在游戏里应该是L...

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

300. 发现一个问题Laya.Animation()创建后移除,再创建,位置会变 [ 69%]

...             cAnimation("jx10","dzb/shan10.json",100,100,327,22,200,game,false,1,1,0,null,true,null);  }  function btn2(){//移除      game.removeChildByName("dh1");  } 2018-04-11 0 0 分享 微博 QZONE 微信 zjwytqm 赞同来自: 找到原因了, //var bounds = ani.getGraphicBound...

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