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

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

111. downloadFile:fail url scheme is invalid [ 65%]

...r 运行了url地址会停止当前运行 发布小游戏时提示:[xmldom error] element parse error: Error: invalid tagName: 问题状态 最新活动: 2019-02-14 17:02 浏览: 4494 关注: 6 人 159*****938 • 2019-02-14 17:09 解决了吗 zkang5 • 2018-11-29 14:32 我也有这个问题,不...

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

112. prop 识别不到 [ 65%]

...aya\compile.js   [15:26:35] Starting 'compile'...   [15:26:38] 'compile' errored after 2.84 s [15:26:38] Error: E:/myLaya/demo2/src/start/Index.ts(9,36): semantic error TS2339: [31mProperty 'speed' does not exist on type 'Index'.[39m at error (E:\LayaAirIDE\resources\app\node_modules\rollup\dist\r...

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

113. Laya.Socket 是不是不支持Safari浏览器二进制格式的数据传输? [ 64%]

...t.on(Laya.Event.CLOSE, this, this.closeHandler); this.socket.on(Laya.Event.ERROR, this, this.errorHandler); } private openHandler(event: any = null): void { //正确建立连接; this.byte.writeByte(1);//写入一个字节 this.byte.writeInt16(20);//写入一个int16的数据 this.byte.writeFloat3...

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

114. 提示错误在laya.core.js里 [ 64%]

...目使用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_社区 发布时间: 20200516

115. 二进制图片(ActionScript-2D进阶篇(AS3)-游戏加载策略) [ 63%]

...tpRequest(); xhr.once(Event.COMPLETE,this,completeHandler); xhr.once(Event.ERROR,this,errorHandler); xhr.send("res/monkey2.png","","get","arraybuffer"); } private function completeHandler(data:Object):void { //加载完成返回的data是arraybuffer; //.......这里处理我们加密的图片数...

来源: Laya2.0_文档 发布时间: 20210714

116. 提示资源重复加载 [ 63%]

...倍 相关问题 TS项目使用matter.js库无智能提示 Ts 编辑提示error TS5023: Unknown option 'p' 加载到舞台的3D模型不显示贴图 IDE1.7.8 json图集加载问题 请问下加载TFF字体要怎么加载呢? 路径是对的,但老是,调试控制台提示:错误,图片是I...

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

117. 使用百度地图显示当前位置(TypeScript-LayaAir基础篇(TS)-硬件设备相关) [ 63%]

...andler.create(this, this.updatePosition), Laya.Handler.create(this, this.onError)); // 绑定convertToBaiduCoord作用域 this.convertToBaiduCoord = this.convertToBaiduCoord.bind(this); } } new WatchPosition(); ``` ​ 由于本例不需要使用LayaAir的显示元素,因此舞台尺寸设置为1...

来源: Laya2.0_文档 发布时间: 20210714

118. 微信飞机大战报错 [ 63%]

...堆栈:"Cannot set property 'text' of undefined"  调试控制台输出:Error processing "evaluate": TypeError: Cannot read property 'api' of undefined     at ChromeConnection.get api [as api] (d:\Program\LayaAirIDE_1.7.0\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\o...

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

119. Uncaught TypeError: Game.super is not a function [ 63%]

Uncaught TypeError: Game.super is not a function var Game = (function(_super){ function Game() { Game.super(this); } Laya.ClassUtils(Game,"Game",_super) return Game; })(ui.GameUI) 2017-10-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...

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

120. 微信小游戏,请先初始化小游戏适配库 [ 63%]

...配库,详细教程https://ldc.layabox.com/doc/?nav=zh-ts-5-0-0 console.error Browser.__init__ @ code.js:7132 (anonymous) @ code.js:7057 (anonymous) @ code.js:53348 (anonymous) @ code.js:53360 require @ WAGame.js:3 (anonymous) @ WAGame.js:3 (anonymous) @ game.js? [sm]:2 require @ WAGame.js:3 (anon...

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