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

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

11. 骨骼动画-换装 [ 94%]

...let(); mFactory.on(Event.COMPLETE, this, parseComplete); mFactory.on(Event.ERROR, this, onError); mFactory.loadAni(mAniPath); } function onError() { trace("error"); } function parseComplete() { //创建模式为1,可以启用换装 mArmature = mFactory.buildArmature(1); mArmature.x = mStartX; mArm...

来源: Laya_示例 发布时间: 20241118

12. 骨骼动画-换装 [ 93%]

...; mFactory.on(Event.COMPLETE, this, this.parseComplete); mFactory.on(Event.ERROR, this, this.onError); mFactory.loadAni(mAniPath); } onError() { trace("error"); } parseComplete() { const Event = Laya.Event; // 创建模式为1,使用动画自己的缓冲区,可以启用换装(相当耗费内存)...

来源: Laya2.0_示例 发布时间: 20241118

13. Socket连接不上(已解决) [ 93%]

...nt.MESSAGE, this, onMessageReveived);             socket.on(Event.ERROR, this, onConnectError);                          socket.connect("127.0.0.1", 8080);              //            txt.text = "Start conect";                          La...

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

14. 骨骼动画-Spine事件 [ 93%]

...let(); mFactory.on(Event.COMPLETE, this, parseComplete); mFactory.on(Event.ERROR, this, onError); mFactory.loadAni(mAniPath); } function onError() { trace("error"); } function parseComplete() { //创建模式为1,可以启用换装 mArmature = mFactory.buildArmature(1); mArmature.x = mStartX; mArm...

来源: Laya_示例 发布时间: 20241118

15. 骨骼动画-Spine事件 [ 92%]

...; mFactory.on(Event.COMPLETE, this, this.parseComplete); mFactory.on(Event.ERROR, this, this.onError); mFactory.loadAni(mAniPath); } onError() { trace("error"); } parseComplete() { const Event = Laya.Event; // 创建模式为1,使用动画自己的缓冲区,可以启用换装(相当耗费内存)...

来源: Laya2.0_示例 发布时间: 20241118

16. Error!,this class[Item] already exist: function Item(){ … } [ 90%]

Error!,this class[Item] already exist: function Item(){ … } 这是什么错误 Laya.class(Item, "Item", Box); 定义的类,能不能清除,或者判断类是否存在 2018-04-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...

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

17. websocket出错 [ 89%]

...on(Laya.Event.MESSAGE,this,onMessageRev);         socket.on(Laya.Event.ERROR,this,onConnectError); 在 socket.on(Laya.Event.OPEN,this,onSocketOpen);这报错了,请问是什么原因 附件 : --> 2017-01-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...

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

18. 运行编译 报错Cannot read property 'on' of undefined [ 88%]

... Laya中的宏编译要怎么用啊 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 微信小程序—未找到入口 app.json 文件,或者文件读取失败,请检查后重新编译。 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言...

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

19. "Failed to execute 'texImage2D' on 'WebGLRenderingContext' [ 88%]

... connection to 'ws://192.168.0.8:8102/' failed: Invalid frame header FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory Array buffer allocation failed FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory httpRequest send返回Request fail...

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

20. laya接入vivo平台加载资源卡住66% [ 87%]

... HttpRequest(); _http.on(Event.PROGRESS, this, onProgress); _http.on(Event.ERROR, this, onError); _http.on(Event.COMPLETE, this, onLoaded); ////////////////////////////////////////////////////// } else { //...... } 已解决。 2020-11-23 0 0 分享 微博 QZONE 微信 *%〈~〉 赞同来自: 已...

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