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

大约有 633 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0055 秒)

481. 发布安卓后异常 [ 54%]

..._Aaron:我上传的代码有一句被注释了的,你要取消注释(//this._card.scale(1.3,1.3); ) Laya_Aaron • 2018-01-10 15:27 我用的加速器,加速器和打包是一样的 Laya_Aaron • 2018-01-10 15:27 苹果安卓都试了 Laya_Aaron • 2018-01-10 15:28 我用的自己的代码...

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

482. 看一下这是什么问题,运行报错 [ 54%]

...错 var MPanel1 = (function (_super) { function MPanel1() { MPanel1.super(this); } Laya.class(MPanel1, "MPanel1", _super) var _proto = MPanel1.prototype; return MPanel1; }(ui.Panel1UI));代码如上,报错如下   附件 : --> 2018-02-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...

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

483. 两个问题都关于LayaAir的ios真机 [ 54%]

...;& _selected) return; if(e.type==Event.MOUSE_DOWN){ QuickUtils.addDark(this,true); }else{ QuickUtils.addDark(this,false); } if (e.type === Event.CLICK) { toggle && (selected = !_selected); _clickHandler && _clickHandler.run(); return; } !_selected && (state = stateMap[e.t...

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

484. cannot read property '1'of null [ 54%]

...t' of null alertexception info: [Typeerror: null is not object (evaluating this. vaoext createvertexarrayoes"] 加载unity5.6.1导出来的场景提示Cannot read property 'charAt' of underfined 微信小游戏初始化报错Uncaught TypeError:Cannot read property "width" of undifined 实例碰撞...

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

485. [LayaNative3]2d示例程序构建发布打包后,在OpenHarmony运行闪退 [ 54%]

...et 1 01-06 17:34:41.531 335 335 I C02c11/APPSPAWN: [appspawn_service.c:226]this is unlock status 01-06 17:34:41.531 335 335 I C02c11/APPSPAWN: [appspawn_server.c:218]AppSpawnProcessMsg id 19 0x0 -- 01-06 17:34:41.545 902 902 E C02515/DISP: [SetMetadata:85] <private> is not supported 01-06 17:3...

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

486. 在Iphone6下Chrom:调用laya.utils.Browser.onPC返回true? [ 54%]

...s 用 getChildByName 返回类型出错 调用动画结束on方法,报错this.zombieAnimator.on is not a function 问题状态 最新活动: 2016-12-18 14:59 浏览: 1441 关注: 3 人 Monica • 2016-12-18 15:20 手机系统用的是10.0版本以上的...你更新下看看呢?

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

487. 播放一个ani的动效报错parse animation fail:ani2,empty animation created [ 54%]

...           girlsMc.play(0,true,"ani2");             this.cmc.addChild(girlsMc); 附件 : --> 2019-08-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 ayiui4566 赞同来自: 靠,动效名...

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

488. Chrome104.0.51112.102版本LayaBox2.13.0启动报错 [ 54%]

...2 @Laya_Yan:改完以后换了个地方报错。throw gl.getProgramInfoLog(this._program); laya.core.js 3565行

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

489. 微信小游戏怎样使用官方API? [ 54%]

...信小游戏2D示例,直接使用wx.login是报错的,warning:wx.login This variable is not defined.   那是怎样使用微信API?另外看关https://ldc.layabox.com/doc/?nav=zh-as-5-1-0   发布是有libs的,但用创建的微信小游戏2D发布没有libs,需要怎样包含进来? ...

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

490. 引擎示例中的新手引导自己写了一次,不知道为什么无法实现点击。 [ 53%]

...showall"; loader.load("../../res/guide/crazy_snowball.png", Handler.create(this, init)); function init(e) { var width = stage.width; var height = stage.height; var bg = new Sprite(); stage.addChild(bg); bg.texture = e; bg.on("click", this, onClick); var guideContainer = new Sprite(); stage.addChild(...

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