大约有 848 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0047 秒)
...滚动报错,麻烦看下? 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
....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
...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
...用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
...,导致输入不了。Uncaught TypeError: Cannot read property 'color' of null。具体是在laya.xmmini.js里KGMiniAdapter.window.qg.onKeyboardConfirm里的_inputTarget.text=str;里。但不知道该怎么修改。求修复bug 2019-12-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...
来源: Laya_社区 发布时间: 20191218
...生改变时会报错Uncaught TypeError: Cannot read property 'length' of null 问题状态 最新活动: 2018-04-07 20:37 浏览: 1306 关注: 2 人
来源: Laya_社区 发布时间: 20180407
...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 Animation 的createFrames 使用已经加载的图集缓存动画失败 点击代码编辑模器 就提示无法打开代码编辑器 请配置 这个怎么解决? 【BUG备忘录】关于Tween动画无...
来源: Laya_社区 发布时间: 20200702