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

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

11. protobuffer每次都需要加载一次proto么?Laya.Browser.window.protobuf.load(string,function) [ 94%]

protobuffer每次都需要加载一次proto么?Laya.Browser.window.protobuf.load(string,function) protobuffer每次都需要加载一次proto么?Laya.Browser.window.protobuf.load(string,function) 2018-03-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请...

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

12. 加载.ls场景文件,销毁场景,再加载同一场景,想恢复初始状态,结果报错【附Demo】 [ 93%]

...caught TypeError: Cannot read property 'length' of null     at Scene3D.__proto._activeHierarchy (laya.core.js:13721)     at Scene3D.__proto._onAdded (laya.core.js:13770)     at Scene3D.__proto._setParent (laya.core.js:13486)     at Scene3D.__proto._setParent (laya.core.js:18511)     at Sta...

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

13. 载入U3D导出的粒子特效报错 [ 93%]

...ly mesh vertexCount is large than 65535.     at ShurikenParticleSystem.__proto._initBufferDatas (laya.d3.js:26634)     at ShurikenParticleSystem.<anonymous> (laya.d3.js:27190)     at ShuriKenParticle3D.__proto._parseCustomProps (laya.d3.js:40855)     at Function.Utils3D._createNodeByJs...

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

14. unity制作的粒子特效加载失败 [ 93%]

...tion.AnimationClipParser02.parse (laya.d3.js:222)     at AnimationClip.__proto.onAsynLoaded (laya.d3.js:22407)     at ResInfo.onLoaded (laya.core.js:12995)     at EventHandler.__proto.runWith (laya.core.js:711)     at ResInfo.__proto.event (laya.core.js:483)     at LoaderManager.__proto._e...

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

15. 分包项目, 加载js时报错 [ 93%]

...peError: Cannot read property 'View' of undefined     at eval (eval at __proto.complete (AA.max.js:410), <anonymous>:5:68)     at eval (eval at __proto.complete (AA.max.js:410), <anonymous>:24:3)     at eval (<anonymous>)     at AA.__proto.complete (AA.max.js:410)     at ...

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

16. 资源加载问题 [ 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

17. tiledMap 官方示例都运行不了 [ 93%]

...TypeError: Cannot read property 'split' of undefined     at TiledMap.__proto.mergePath (file:///C:/Users/Administrator/Documents/myLaya/Hello/bin/libs/laya.tiledmap.js:257:31)     at TiledMap.__proto.onJsonComplete (file:///C:/Users/Administrator/Documents/myLaya/Hello/bin/libs/laya.tiledmap.js:...

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

18. 微信小游戏中不能加载proto文件 [ 93%]

微信小游戏中不能加载proto文件 2018-05-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 用这个 protobuf.zip 2018-07-05 0 1 分享 微博 QZONE 微信 w1114367261 赞同来...

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

19. socket大型项目回调 [ 93%]

...= new Laya.Socket(); //用的子协议,字符串或数组 // this.socket.protocols = egret.WebSocket.TYPE_BINARY; this.socket.on(Laya.Event.OPEN, this, this.onConnect); this.socket.on(Laya.Event.CLOSE, this, this.onClose); this.socket.on(Laya.Event.ERROR, this, this.onIOError); this.socket.on(Laya...

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

20. Proto中关于bytes类型的问题 [ 92%]

Proto中关于bytes类型的问题 想问下,如果proto中,有字段为bytes类型,如: message XYMessage { required bytes msg = 1; required uint32 channel = 2; };   想问下msg怎么赋值啊? var msgByteBuffer = new window['dcodeIO'].ByteBuffer().writeIString('aabbcc').flip(); var Ms...

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