大约有 203 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0035 秒)
Laya_社区(166) Laya2.0_文档(15) Laya3.0_文档(10) laya_api(3) Laya2.0_api(3) Laya3.0_api(2) Laya2.0_示例(2) Laya_示例(2)
....on(Laya.Event.ERROR, this, this.onConnectFail); this.socket.on(Laya.Event.MESSAGE, this, this.onReceive); this.socket.connectByUrl(url); 2018-09-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同...
来源: Laya_社区 发布时间: 20180910
...ader.loaderMap 中的映射是有问题的,就是 res/protobuf/client_message.proto 和 res/uieffect/skeleton/jingyu.sk 的值都是同一个 ArrayBuffer 对象, 也就是比较后面加载的 .proto 文件资源被映射到了 jingyu.sk 文件了。 可以看到正常的表现的调...
来源: Laya_社区 发布时间: 20180328
...pp is compliant with the App Store Review Guidelines, please reply to this message in Resolution Center to explain how this feature works. The next submission of this app may require a longer review time, and this app will not be eligible for an expedited review until this issue is resolved. 2019-07...
来源: Laya_社区 发布时间: 20190730
...mpressJS Fail: /Users/somebody/Documents/code/lab/myLaya/bin/js/Hello.js {"message":"Unexpected token: keyword (const)","filename":"0","line":1,"col":0,"pos":0} 补充说明: 尝试将 jsconfig.json 中的compilerOptions.target的值改为ES6, 报错依旧. 环境: 系统: mac, IDE: LayaAirIDE 1.7.1...
来源: Laya_社区 发布时间: 20180612
... 'file:///e%3A/workspace/master/master/src/GameMain.ts' severity: '错误' message: 'Property 'loadingView' does not exist on type 'Window'.' at: '21,23' source: 'ts'
来源: Laya_社区 发布时间: 20180418
...服务端是string var msgByteArray:WritingBuffer = new WritingBuffer(); message.writeTo(msgByteArray); msgByteArray.position=0; _socket.send(msgByteArray); send之后服务端收到数据之后为string 2016-12-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...
来源: Laya_社区 发布时间: 20161214
...载失败,但是底层还是会创建3D对象, 底层一定会报错 {"message":"gameThirdScriptError Cannot read property '_addReference' of undefined;at api request success callback function TypeError: Cannot read property '_addReference' of undefined at t.<anonymous> (https://usr/ga...
来源: Laya_社区 发布时间: 20190515
...性值。*/ static OPEN: string; /** 定义 message 事件对象的 type 属性值。*/ static MESSAGE: string; /** 定义 close 事件对象的 type 属性值。*/ static CLOSE: string; /** 定义 keydown 事...
来源: Laya_社区 发布时间: 20170601
...js的时候报错误,请问是什么原因呢?正常发布可以的 {"message":"Invalid assignment","filename":"0","line":21203,"col":39,"pos":571094} 2018-08-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 ...
来源: Laya_社区 发布时间: 20180806
...问题,建议使用__JS__辅助,如下 __JS__('var md5 = CryptoJS.MD5("Message").toString(CryptoJS.enc.Hex)'); __JS__('console.log("md5 = %s", md5)'); 2017-01-16 0 0 分享 微博 QZONE 微信 youhong168 赞同来自: 我是TS的项目。这是工程包。还是不行,能帮忙看看是哪里...
来源: Laya_社区 发布时间: 20170116