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

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

1. 安卓手机下 libwebsocket_write error! 大概一个小时->一个半小时 [ 100%]

...  好诡异啊! 后台报错   没有做掩码处理  error opcode 4 and close websocket connection. Buffer:4441774d48303d65794a6b5958526881fe00d8e3a8da13aac2aa24aac68c2282ff8b7aacc1904082ecb251b4c5e34586fe8b27aac1ad7aba9aa263b9ffef2382ff8b7aacc1937aafeb902281c59c67b9fb9325aac19360aac5be7b81ff8c...

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

2. 为什么字符串不能连接? [ 97%]

为什么字符串不能连接? private getRandomColor():String { let arr:Array<String>=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"]; let str:String="#"; for(let i:number=0;i<6;i++){ let index:number=arr.length*Math.random(); str+=arr[index];//在IDE里面这句报...

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

3. Laya2.0编译后所有js都自动合并到bundle.js中,导致bundle.js过大,加载速度很慢,bundle.js可以拆分吗 [ 96%]

...    // "outFile": "./",                       /* Concatenate and emit output to single file. */     "outDir": "build",                        /* Redirect output structure to the directory. */     "rootDir": "src",                       /* Specify the root di...

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

4. Laya2.0导入protobufjs第三方库,报错找不到文件 [ 93%]

... 用babel打包的js文件,项目编译会报错 SyntaxError: 'import' and 'export' may appear only with 'sourceType: module'   而用webpack打包的话,编译不报错,运行时会报错: TypeError: Cannot read property 'bee' of undefined     附件 : --> LayaProtobufjsTest.zip 2019-02-28...

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

5. 编译时候报错 如下 怎么解决呢 [ 90%]

...: number, offsetX?: number, offsetY?: nu...'. Types of parameters 'mipMap' and 'offsetX' are incompatible. Type 'number' is not assignable to type 'boolean'. 2017-08-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回...

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

6. 升级到1.78beta版后,包编译错误 [ 88%]

... offsetX?: number, offsetY?: nu...'.       Types of parameters 'mipMap' and 'offsetX' are incompatible.         Type 'number' is not assignable to type 'boolean'.   2017-07-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...

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

7. 苹果上架直接导致账号被调查。。。 [ 88%]

... app or service - Misleading app content - Engaging in inauthentic ratings and reviews manipulation - Providing misleading customer support responses - Providing misleading responses in Resolution Center - Engaging in misleading purchasing or bait-and-switch schemes - Engaging in other dishonest or ...

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

8. 请问 Laya.Media 在 2.0 中是被废弃了还是被什么替换了? [ 81%]

... 在代码中执行如下语句,并运行在浏览器中。Both Chrome and FireFox,Mac 系统,报错 Laya.Media is undefined。 Laya.Media.supported();但是在 LayaAir.d.ts 的类型定义中又是存在的,请问 Laya.Media 在 2.0 中是被废弃了还是被什么替换了?我是按...

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

9. 如何使用vscode编译laya项目 [ 80%]

...Debugger listening on port 48982. Warning: This is an experimental feature and could change at any time. laya_ide_time.require.single.gulp-util: 7.87ms gulp.js:8 laya_ide_time.require.single.pretty-hrtime: 2.2ms gulp.js:8 laya_ide_time.require.single.chalk: 10.4ms gulp.js:8 laya_ide_time.require.sin...

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

10. bind函数的作用 [ 79%]

...this object of the bound function is associated with the specified object, and has the specified initial parameters. * @param thisArg An object to which the this keyword can refer inside the new function. * @param argArray A list of arguments to be passed to the new function. */ bind(this: Function,...

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