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

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

241. unity导出有动作的模型,加载时报错 [ 61%]

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

242. 发布原生 ios/android 的渲染问 题 [ 61%]

...会播报这个   JSCallbackFuncObj::addCallbackFunc error m_vFunc[1] != NULL JSCallbackFuncObj::addCallbackFunc error m_vFunc[2] != NULL    我排查了很久在xcode里面发现如下的代码 我不知道引擎 在渲染这块进行了什么操作,我个人认为是不是 app渲染问题进...

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

243. 飞机大战地图滚动报错,麻烦看下? [ 60%]

...滚动报错,麻烦看下? 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

244. mac 下翻译出来的顺序问题 [ 60%]

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

245. Laya.loader.load 加载场景报错 [ 60%]

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

246. 加载时间轴动画报错 [ 60%]

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

247. layaair2-cmd在mac电脑上执行报错解决:env: node\r: No such file or directory [ 60%]

...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 启动引擎报错 mPlugin.game_plugin_init(3); 问题状态 最新活动: 2020-07-16 21:19 浏览: 441 关注: 1 人

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

248. [LayaAirIDE3]3.0.10 父容器做了一次scale缩放操作,子节点的label文字变模糊加粗 [ 60%]

... Laya.Tween.to(this.body, { scaleX: 1, scaleY: 1 },300, Laya.Ease.backOut, null); 文字效果差异如下,文字旋转后白色(#ffffff)字体明显加粗,其它颜色(#92420D)就正常粗细,这个有解决方案吗 附件 : --> test.zip 2024-01-10 添加评论 免费帖 --> 分享 微博 QZ...

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

249. swf预加载问题 [ 60%]

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

250. socket报错,on: reserved1 = 1, reserved2 = 1, reserved3 = 0 [ 60%]

....socket.send(byte.buffer); } } private function openHandler(event:Object = null):void { //正确建立连接; trace("openHandler.."); } private function receiveHandler(msg:Object = null):void { ///接收到数据触发函数 trace("receiveHandler msg:",msg); this.byte.clear(); this.byte.writeArray...

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