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

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

141. 引擎 TiledMap 居然不支持图块翻转 [ 55%]

...          if (tSrcNum < 0) {                 console.log("[error]path does not exist", this._pathArray, tImageArray, resPath, relativePath);             }             for (i = 0; i < tSrcNum; i++) {                 if (i == 0) {                     tR...

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

142. Socket能连接到服务器,客户端发请求也能收到服务端的数据,但是服务端主动推送数据,客户端就是收不到数据? [ 55%]

...Close); socket.on(Event.MESSAGE, this, onMessageReveived); socket.on(Event.ERROR, this, onConnectError); socket.connectByUrl(url); } public function Add(handler:IHandler):void { if(list.indexOf(handler) < 0){ list.push(handler); } } public function Remove(handler:IHandler):void { var index:int=li...

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

143. 1.7版本要初始化后有些代码才能用了 [ 54%]

...t"; var test = {}; test.text = new laya.display.Text(); // in this line is error , so you can't defined class before "Laya.init" Laya.init(800,600); //test.text = new laya.display.Text(); // in this line is right test.text.text = "dsafdsdsada"; test.text.color = "#ff0000"; Laya.stage.addChild(test.t...

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

144. 微信开发者工具问题 [ 53%]

...g!,this class[MiniAdpter] already exist: {init: ƒ} VM698:1 gameThirdScriptError Unexpected token in JSON at position 134;at api readFile success callback function SyntaxError: Unexpected token in JSON at position 134     at JSON.parse (<anonymous>)     at Function.MiniAdpter.getJson (http...

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

145. LayaFlash如何使用chrome调试问题? [ 53%]

...行在chrome里面 听不见声音 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 微信小游戏如何使用ttf字体? 微信小游戏:HTMLDivElement的使用 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 问...

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

146. HttpRequest详解(JavaScript-LayaAir基础篇(JS)-数据与通信) [ 52%]

...下几种: - `onloadstart` - `onprogress` - `onabort` - `ontimeout` - `onerror` - `onload` - `onloadend` 我们常用的基本就是进度事件,完成事件,错误事件等 每一个`XMLHttpRequest`里面都有一个`upload`属性,而`upload`是一个`XMLHttpRequestUpload`对象`XMLHttpRequ...

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

147. Laya中的宏编译要怎么用啊 [ 51%]

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

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

148. 多线程worker(TypeScript-2D进阶篇(TS)-游戏加载策略) [ 50%]

...就会执行该函数。事件的`data`属性存有消息内容。 | | ` onerror` | [`EventListener`](https://developer.mozilla.org/zh-CN/docs/Web/API/EventListener) | 一个事件监听函数,每当类型为`error`的` ErrorEvent 从 worker 中冒泡出来时就会执行该函数。` | 下面我...

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

149. dcc下载超时 [ 49%]

...enGLRenderer(7884): Failed to set EGL_SWAP_BEHAVIOR on surface 0x9bafc7a0, error=EGL_SUCCESS 07-04 20:55:27.710: D/(7884): HostConnection::get() New Host Connection established 0x9cc2aab0, tid 7900 07-04 20:55:27.713: I/0(7884): >>>>>>>>>>>>>The network has cha...

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

150. 我用as3调试的matter.js,刚体发生碰撞后不会旋转,我的代码在附件里 [ 48%]

...目使用matter.js库无智能提示 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 关于使用matterjs物理引擎鼠标问题 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 求指点3d射线碰撞...

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