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

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

21. Sprite 设置 cacheAs = "bitmap"报错 [ 93%]

...ot read property 'context' of nullpreload.js:55     at WebGLContext2D.__proto.drawCanvas (/***/bin/libs/laya.webgl.js:12261:18)     at RenderSprite3D.__proto._canvas (/***/bin/libs/laya.core.js:8717:12)     at RenderSprite3D.RenderSprite._initRenderFun [as _fun] (/***/bin/libs/laya.core.js:...

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

22. worker.js 使用问题 [ 93%]

...nction was found that matched the signature provided.     at Texture2D.__proto._createWebGlTexture (laya.d3.js:33519)     at Texture2D.__proto.recreateResource (laya.d3.js:33562)     at Texture2D.__proto.activeResource (laya.core.js:13234)     at Texture2D.<anonymous> (laya.d3.js:21347...

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

23. 资源加载问题 [ 93%]

...nown file(res/scene/scene.ls) extension with: ls.     at LoaderManager.__proto._create (laya.core.js:13205)     at LoaderManager.__proto.create (laya.core.js:13173)     at LayaGame.<anonymous> (LayaGame.ts:60)     at EventHandler.__proto.runWith (laya.core.js:724)     at ResInfo.__pr...

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

24. 2d项目RenderSprite3D出错,laya1.7.16 [ 93%]

...null TypeError: Cannot read property 'visible' of null at RenderSprite3D.__proto._childs (http://xxxx/game/bin/h5/Main.m ... 576:30) at Sprite.__proto.render (http://xxxx/game/bin/h5/Main.m ... 575:43) at RenderSprite3D.__proto._childs (http://xxxx/game/bin/h5/Main.m ... 576:46) at Sprite.__proto.re...

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

25. 拖尾crash [ 93%]

...16     at new Float32Array (<anonymous>)     at VertexBuffer3D.__proto.setData (libs/laya.d3.js:26944)     at TrailGeometry.__proto._updateVerticesByPositionData (libs/laya.d3.js:26764)     at TrailGeometry.__proto._updateVerticesByPosition (libs/laya.d3.js:26772)     at TrailGeometr...

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

26. Cannot read property '_physicsUpdateList' of null 错误 [ 93%]

...not read property '_physicsUpdateList' of null     at PhysicsCollider.__proto._onDestroy (laya.d3.js:21732)     at PhysicsCollider.__proto._destroy (laya.core.js:6989)     at MeshSprite3D.__proto._destroyAllComponent (laya.core.js:13738)     at MeshSprite3D.__proto.destroy (laya.core.js:...

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

27. layaair1.5.4测试版本ide下调试 报protobuf错误 [ 92%]

layaair1.5.4测试版本ide下调试 报protobuf错误 layaair1.5.4测试版本ide下调试 报protobuf错误 报错如下 但在fb下编译运行mei没有报错 运行正常   sg_proto msg_cs {ProtoBuf: Object} conf_game {ProtoBuf: Object} CarProtoModel {msg_proto: msg_cs, conf_proto: conf_game, ...

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

28. LayaAir2.0载入从Unity导出的场景报错 [ 92%]

...roperty 'transform' of undefined laya.d3.js:39072 at SkinnedMeshRenderer.__proto._computeSubSkinnedData (/Users/wuhao/dev2019/moba/moba/bin/libs/laya.d3.js:39072:62)   at SkinnedMeshRenderer.__proto._computeSkinnedData (/Users/wuhao/dev2019/moba/moba/bin/libs/laya.d3.js:39052:12)   at SkinnedMeshR...

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

29. 把场景中的对像删除,就会报错 [ 92%]

...ypeError: Cannot read property 'visible' of null     at RenderSprite3D.__proto._childs (Main.max.js?r0.22069932534774384:33147)     at RenderSprite3D.__proto._graphics (Main.max.js?r0.22069932534774384:33079)     at NpcView.__proto.render (Main.max.js?r0.22069932534774384:54362)     at Rende...

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

30. 【简单跑酷--JS版】---Lv.5 玩家踩地板 [ 92%]

...象 继承此 Sprite Laya.class(Floor, "Floor", laya.display.Sprite); var _proto = Floor.prototype; /** * type int 1->地板默认宽度 other->随机宽度 */ _proto.init = function(type){ this.maxRight = 0; //如果不开启autoSize 父容器的宽度和高度无法获取 this.autoSize = tru...

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