大约有 315 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)
Laya_社区(261) Laya2.0_文档(18) Laya2.0_示例(8) Laya_示例(7) Laya3.0_api(7) laya_api(5) Laya2.0_api(5) Laya3.0_文档(4)
...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
...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
[LayaAirIDE3]使用Mask功能导致Uncaught Error: asBitmap no size! 出现问题的UI结构:Mask - 》 Box -》 VBox ChatMask 杂项添加Mask ,报错,不添加不报错。报错的时机,一般出现在添加Item物体超过VBox高度界限时出现 当执行VBox动态设置高度后,...
来源: Laya_社区 发布时间: 20240311
...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
...nt.MESSAGE, this, this.onMessageReveived); socket.on(Event.ERROR, this, this.onConnectError); bindEvent("onKaijiang",function(e){ }); } ReferenceError: Socket is not defined 申明原型后就不能用内置的 Socket方法,需要怎么调用...
来源: Laya_社区 发布时间: 20171206
...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
Uncaught TypeError: Failed to execute 'dispatchEvent' on 'EventTarget 升级1.7.0之后运行就会出现这个错误。 图集不能加载的问题,请顺便帮我检查下,谢谢 附件 : --> longCard.zip 2017-03-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...
来源: Laya_社区 发布时间: 20170307
...oader.create加载.lh文件,如果文件不存在,也不会受到Event.Error事件 如题 2017-07-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 demibug 赞同来自: 按照例子里面: // 侦听加载失...
来源: Laya_社区 发布时间: 20170711
...ng是什么 Warning!,this class[MiniAdpter] already exist: Object {init: } Error or warning message:LayaUISample.max.js 安卓native有个warning,确认一下,谢谢 Warning!,this class[MiniAdpter] already exist: Object {} LayaAir3D Warning : MyWater must config in CustomShaderConfig File. XmlDom...
来源: Laya_社区 发布时间: 20171227
...Event.CLOSE, this, closeHandler); //关闭事件 this.socket.on(Laya.Event.ERROR, this, errorHandler); //连接出错 function openHandler(event){ //正确建立连接 this.socket.send('foo','OOOO'); } function receiveHandler(msg){ console.log(event); //接收到数据触发函数 // socket.emit('lo...
来源: Laya_社区 发布时间: 20181107