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

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

101. 网络通信 · LayaAir3.0文档 · LAYABOX [ 66%]

... "laya.events.Event")]*/ /** * 请求出错时调度。 * @eventType Event.ERROR * */ /*[Event(name = "error", type = "laya.events.Event")]*/ 2.1.4 在代码中怎么使用 LayaAir引擎中用 HttpRequest 继承的是 EventDispatcher,具有事件派发的功能。加上本身具备发送请求的...

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

102. 解析sk资源报错 [ 66%]

解析sk资源报错 GameDemo.max.js:21170 Uncaught RangeError: Offset is outside the bounds of the DataView   代码: package com.ppt.components.role {     import laya.ani.bone.Skeleton;     import laya.ani.bone.Templet;     import laya.events.Event;          public class CombatR...

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

103. Laya 新建ts工程,编译报错 [ 65%]

...为什么? 已上传 Demo 附件 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target Laya中的宏编译要怎么用啊 成都雨墨游戏 求 laya 程序开发人员 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出...

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

104. 使用Laya.loader.load加载Laya.Loader.FONT位图字体文件时就会出现无限循环加载,一直到浏览器奔溃 [ 65%]

...如何实现无限循环改变alpha? 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 微信小游戏如何使用ttf字体? iphone自带浏览器页面怎么锁定 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 图集打...

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

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

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

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

108. 提示错误在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

109. 二进制图片(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

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

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

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