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

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

51. 为模型指定地形材质报错 [ 78%]

... lineMesh.meshRender.sharedMaterial=terMaterial; laya.d3.js:26653 Uncaught ERROR: 0:285: 'splatAlpha' : undeclared identifier ERROR: 0:285: 'a' : field selection requires structure or vector on left hand side 2017-06-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...

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

52. socket无法连接服务器 [ 78%]

...a.Event.OPEN, this, this.onConected);             this.on(Laya.Event.ERROR, this, this.onError);         }         public conectToServer(): void { //“连接”按钮的回调             if (this.connected) return;             super.connect(IP, PORT);         }     ...

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

53. replaceSlotSkinName对于spine换肤不成功 [ 77%]

...ya.Event.COMPLETE, this, this.parseComplete); this.m_templet.on(Laya.Event.ERROR,this,this.onError); this.m_templet.loadAni("res/spine/goblins/goblins.sk"); } private onError():void { console.log("parse error"); } private parseComplete() : void { let skeleton0 : Laya.Skeleton; skeleton0 = this.m_tem...

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

54. socket.sent [ 77%]

...t.on(Laya.Event.CLOSE, this, this.closeHandler); this.socket.on(Laya.Event.ERROR, this, this.errorHandler); } private openHandler(event: any = null): void { //正确建立连接; console.log("建立"+event);//没有写出 } private receiveHandler(msg: any = null): void { ///接收到数据触发...

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

55. [LayaAirIDE3]使用Mask功能导致Uncaught Error: asBitmap no size! [ 77%]

[LayaAirIDE3]使用Mask功能导致Uncaught Error: asBitmap no size! 出现问题的UI结构:Mask - 》 Box -》 VBox ChatMask 杂项添加Mask ,报错,不添加不报错。报错的时机,一般出现在添加Item物体超过VBox高度界限时出现 当执行VBox动态设置高度后,...

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

56. spine动画,微信模拟器正常,真机动画图片颠倒!!!引擎大bug!!! [ 77%]

...Laya.Event.COMPLETE, this, this.parseComplete); this.templet.on(Laya.Event.ERROR, this, this.onError); this.templet.loadAni("comp/skeleton/spineboy.sk"); } protected onExit() {}; private onError() { console.log("parse error"); } private parseComplete() { //从动画模板创建动画播放对象 let...

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

57. 超过最大调用堆栈大小 [ 77%]

...nt.MESSAGE, this, this.onMessageReveived);         socket.on(Event.ERROR, this, this.onConnectError);         bindEvent("onKaijiang",function(e){         });     } ReferenceError: Socket is not defined 申明原型后就不能用内置的 Socket方法,需要怎么调用...

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

58. DialogUI,在内部按钮监听事件没效果是引擎设定?还是我用法错误? [ 77%]

...onFocus和onBlur事件监听不到 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 关于使用matterjs物理引擎鼠标问题 lookAt的...

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

59. Uncaught TypeError: Failed to execute 'dispatchEvent' on 'EventTarget [ 77%]

Uncaught TypeError: Failed to execute 'dispatchEvent' on 'EventTarget 升级1.7.0之后运行就会出现这个错误。   图集不能加载的问题,请顺便帮我检查下,谢谢 附件 : --> longCard.zip 2017-03-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...

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

60. loader.create加载.lh文件,如果文件不存在,也不会受到Event.Error事件 [ 77%]

...oader.create加载.lh文件,如果文件不存在,也不会受到Event.Error事件 如题 2017-07-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 demibug 赞同来自: 按照例子里面: // 侦听加载失...

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