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

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

41. 获取位置信息 · LayaAir3.0文档 · LAYABOX [ 76%]

...一<code>Position</code>参数的回调处理器。 * @param onError 可选的。带有错误信息的回调处理器。错误代码为Geolocation.PERMISSION_DENIED、Geolocation.POSITION_UNAVAILABLE和Geolocation.TIMEOUT之一。 */ static getCurrentPosition(onSuccess: Handler, onError:...

来源: Laya3.0_文档 发布时间: 20241014

42. socket无法连接服务器 [ 76%]

...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

43. 网络和格式-Socket [ 76%]

...); socket.on(Event.MESSAGE, this, this.onMessageReveived); socket.on(Event.ERROR, this, this.onConnectError); } onSocketOpen() { console.log("Connected"); // 发送字符串 socket.send("demonstrate "); // 使用output.writeByte发送 let message = "demonstrate "; for (let i = 0; i "); // 使用outp...

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

44. 龙骨动画的监听回调,有时能回调,有时不能回调 [ 75%]

...n(Laya.Event.STOPPED,this,this.parseComplete); this.mFactory.on(Laya.Event.ERROR, this, this.onError); this.mFactory.loadAni("res/games/Game_ddz/animation/ddz_figures_landlord.sk"); }    private onError(): void { console.log("error"); }  private parseComplete(): void { console.error("地主加载...

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

45. spine动画放大后,遮罩显示不正常 [ 75%]

..., this.parseComplete,[parent,mFactory]);         mFactory.on(Event.ERROR, this, this.onError);         mFactory.loadAni(path);     }      onError() {         trace("error");     }      parseComplete(parent,mFactory) {         // 创建模式为1,...

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

46. JS中出现//*no*/this.[类名]…是什么意思? [ 75%]

...录 发起人 haliluya 相关问题 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 谷歌浏览器播放mp3出现The AudioContext was not...

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

47. 版本管理swf找同名的Json文件发现找不到 [ 74%]

...if (!data){                 this.event(/*laya.events.Event.ERROR*/"error","file not find");                 return;             }             // console.log("this['_atlasPath']---->",this['_atlasPath']);             var atls_ary:...

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

48. as3的类里定义的字段编译后会被注释 [ 74%]

... Laya中的宏编译要怎么用啊 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 微信小程序—未找到入口 app.json 文件,...

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

49. 微信小游戏默认项目代码添加unity导出.lh文件,微信开发工具提示错误 [ 74%]

...nsform's property instead. code.js:21065 Object WAGame.js:3 gameThirdScriptError Sprite3D: The .lh file root type must be Sprite3D,please use other function to load this file.;at api readFile success callback function [b]Error: Sprite3D: The .lh file root type must be Sprite3D,please use other funct...

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

50. new Laya.TiledMap()提示错误:Laya.TiledMap is not a constructor [ 73%]

...目使用matter.js库无智能提示 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target Ts 编辑提示error TS5023: Unknown option 'p' 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 路...

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