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

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

11. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 64%]

... string = "close";         /** io错误*/         public static IO_ERROR: string = "io-error";         /** 数据*/         public static DATA: string = "data";         constructor(decorate?:Decorate) {             super();             this.mDecorate = decorate || new...

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

12. socket通讯返回数据 [ 62%]

...t.on(Laya.Event.CLOSE, this, this.closeHandler); this.socket.on(Laya.Event.ERROR, this, this.errorHandler); // this.socket.send("hello world");//###################################################### } private openHandler(event: any = null): void { //正确建立连接; console.log("建立连接")...

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

13. 深入理解LayaAir引擎架构和实现原理(二)项目调试原理及完美开发调试方案 [ 59%]

...H5游戏开发 坐标:深圳南山 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 有什么容器能够实现当子元素达到显示上限后自动滚屏,使得新添加的元素始终保持在最底部显示? Tween如何实现无限循环...

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

14. 发布时勾选压缩js后,gulp uglify生成的sourcemap在哪里 [ 58%]

...mes:true } })) .pipe(sourcemaps.write(releaseDir + '/../sourcemaps')) .on('error', function (err) { console.warn(err.toString()); }) .pipe(gulp.dest(releaseDir)); } }); 可以看到laya是用uglify工具压缩的js 2、生成js对应的 .js.map文件 .js.map :map文件是js文件压缩后,文件...

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

15. socket大型项目回调 [ 48%]

...eloLaya{ export class Pomelo{ static DEBUG:boolean = true; static EVENT_IO_ERROR:string = "io-error"; static EVENT_CLOSE:string = "close"; static EVENT_KICK:string = "onKick"; static EVENT_HEART_BEAT_TIMEOUT:string = 'heartbeat timeout'; private JS_WS_CLIENT_TYPE:string = 'js-websocket'; private JS_...

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

16. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 26%]

示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function $ adb shell am start -n "com.layabox.game/demo.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -D Waiting for application to come online: com.layabox.game.test | com.layabox.game Conn...

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

17. LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) [ 20%]

...ONE 微信 vae 赞同来自: 134*****126 libs/laya.d3.js:1837 Uncaught TypeError: Cannot read property 'props' of undefined     at Function.Laya3D._getSprite3DHierarchyInnerUrls (libs/laya.d3.js:1837)     at Loader.Laya3D._onHierarchylhLoaded (libs/laya.d3.js:1933)     at EventHandler.__proto....

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