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

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

21. 按照官方的操作步骤为flashBuilder创建项目,无法运行。报错Cannot read property 'addChild' of null [ 80%]

...lder创建项目,无法运行。报错Cannot read property 'addChild' of null 打印了Laya.version输出为null addChild到Laya.stage,报错 请问是不是我有什么地方未配置正确? “位置”已添加为${workspace_loc:/Test_280_01/as/layajs.exe} “自变量”已添加为"${proj...

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

22. Skeleton骨骼动画内存泄漏 [ 80%]

...e onKeyDown(e):void{ if(e.keyCode == 49 || e.keyCode == 97){ if(this.te == null){ this.te = new Laya.Templet(); this.te.on(Laya.Event.COMPLETE, this, this.teComplete); this.te.loadAni("res/wing_01_side.sk"); } } else if(e.keyCode == 50 || e.keyCode == 98) { if(this.te != null){ this.te.destroy(); th...

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

23. TypeError: Cannot read property '_byteLength' of null [ 80%]

TypeError: Cannot read property '_byteLength' of null 将帧频降到30帧 已经打开一个dialog 再打开另外一个时就会报错 60帧是不会报错的 Uncaught TypeError: Cannot read property '_byteLength' of null at WebGLContext2D.__proto.flush (GameLoader.max.js:25474) at SubmitCanvas._...

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

24. laya 1.7.8beta 运行protobuf的例子,报错“cannot read property ‘create’of null[ 80%]

...eta 运行protobuf的例子,报错“cannot read property ‘create’of null” 2017-08-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 ilovelaya 赞同来自: index里面两个文件也是引入了的,不...

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

25. TypeError: Cannot read property 'GetType' of null [ 80%]

TypeError: Cannot read property 'GetType' of null 偶尔会有报错  不知道触发条件  求问解决方法 附件 : --> 2019-04-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: ...

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

26. TypeError: Cannot read property '_byteLength' of null [ 79%]

TypeError: Cannot read property '_byteLength' of null (LayaAirIDE1.7.11版本)TypeError: Cannot read property '_byteLength' of null at WebGLContext2D.__proto.flush (file:///F:/client_svn/h5/bin/libs/laya.webgl.js:4963:32) at SubmitCanvas.__proto.renderSubmit (file:///F:/client_svn/h5/bin/libs/laya....

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

27. LayaAirNative初始化的4个问题 [ 79%]

....ao.<init>(android.content.Context, layaair.game.conch.LayaConch5) ((null):-1) 06-27 18:03:47.977 27945-27945/com.twand.kozhanji I/art:     at void layaair.game.conch.LayaConch5.InitView() ((null):-1) 06-27 18:03:47.977 27945-27945/com.twand.kozhanji I/art:     at void layaair.game.conch...

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

28. 有没有Loader预加载 相关的注意事项或者文档 在手机上问题有点多 [ 79%]

...Laya.Handler.create(this, fGameLoad), Laya.Handler.create(this, onLoading, null, false), null, 1, true, sGameMark, false); Laya.loader.on(Event.ERROR, this, onError); 预加载资源添加了完成 进度 和失败监听  在手机上有时加载进度会卡在某个数值不动 不会触发加载...

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

29. 程序可以运行,但是过一段时间会出现Uncaught TypeError: Cannot read property 'font' of null错误,如何修改代码 [ 79%]

...过一段时间会出现Uncaught TypeError: Cannot read property 'font' of null错误,如何修改代码 附件 : --> 2017-11-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 wudi199553 赞同来自: 能发一...

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

30. 用Socket连接服务器,服务端显示已经有登录,但Event.OPEN没有触发 [ 78%]

...ctor extends Socket     {         protected var sendBuf:Byte = null;         protected var recvBuf:Byte = null;                  public function CConnector()         {             this.sendBuf = this.output;             this.recvBuf...

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