大约有 863 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0062 秒)
...台报错 寻求帮助 Uncaught TypeError: Cannot read property 'play' of null 将全部资源文件作为Google Play的扩展包是否可行? Cannot read property 'call' of undefined Google Play扩展包open zip失败 代码2.0.2版本Laya.Animator发现play方法的存在BUG 龙骨动画play播...
来源: Laya_社区 发布时间: 20170815
..."res/LayaScene_Model_1001/Conventional/Model_1001.lh", Laya.Handler.create(null, (sprite:Laya.Sprite3D) => { this.mScene.addChild(sprite); sprite.transform.translate(new Laya.Vector3(-0.3, 0, 0)); })); 报错信息laya.d3.js:6573 Uncaught TypeError: Cannot set property 'x' of undefined a...
来源: Laya_社区 发布时间: 20200107
...会播报这个 JSCallbackFuncObj::addCallbackFunc error m_vFunc[1] != NULL JSCallbackFuncObj::addCallbackFunc error m_vFunc[2] != NULL 我排查了很久在xcode里面发现如下的代码 我不知道引擎 在渲染这块进行了什么操作,我个人认为是不是 app渲染问题进...
来源: Laya_社区 发布时间: 20190612
...滚动报错,麻烦看下? Laya.init(650, 316, Laya.WebGL); var bg1 = null; var bg2 = null; var box = null; function bg_rolling() { box = new laya.display.Sprite(); Laya.stage.addChild(box); bg1 = new laya.display.Sprite(); bg1.loadImage("res/bg1.png"); box.addChild...
来源: Laya_社区 发布时间: 20160721
....SaveBase var SaveBase=(function(){ function SaveBase(){ //this._valueName=null; //this._value=null; //this._dataObj=null; //this._newSubmit=false; } __class(SaveBase,'laya.webgl.canvas.save.SaveBase'); var __proto=SaveBase.prototype; Laya.imps(__proto,{"laya.webgl.canvas.save.ISaveData":true}) __pr...
来源: Laya_社区 发布时间: 20171104
...scene = Laya.loader.getRes(模型url); Laya.stage.addChild(this.scene); }),null, null, 1, true, "scene1"); 执行后,浏览器报 : laya.core.js:13290 Uncaught TypeError: node._setParent is not a function at Stage.__proto.addChild (laya.core.js:13290) at Main.<anonymous> (Main.ts:148) at E...
来源: Laya_社区 发布时间: 20181208
....ani.play(); } 运行时报 TypeError:Cannot read property '_create' of null at Animation._proto.timerLoop(file:///f:/........./bin/libs/laya.core.js:9493:14) at Animation._proto.play(file:///f:/....../bin/libs/laya.core.js:16351:10) 请问各位大神这是怎么回事呢? 附...
来源: Laya_社区 发布时间: 20171028
...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 启动引擎报错 mPlugin.game_plugin_init(3); 问题状态 最新活动: 2020-07-16 21:19 浏览: 441 关注: 1 人
来源: Laya_社区 发布时间: 20200716
... Laya.Tween.to(this.body, { scaleX: 1, scaleY: 1 },300, Laya.Ease.backOut, null); 文字效果差异如下,文字旋转后白色(#ffffff)字体明显加粗,其它颜色(#92420D)就正常粗细,这个有解决方案吗 附件 : --> test.zip 2024-01-10 添加评论 免费帖 --> 分享 微博 QZ...
来源: Laya_社区 发布时间: 20240110
...ts.push(YUAN); mc.on(Event.LOADED,this,load); } public function load(e:* = null):void{ if(assets.length > 0){ mc.load(assets.shift()); }else{ onAssetsLoaded(); } } private function onAssetsLoaded(e:*=null):void { this.event(BEFORLOADERFINISH); } } } 2016-12-13 添加评论 免费帖 --> 分享 ...
来源: Laya_社区 发布时间: 20161213