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

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

11. 模拟石头下落过程不明抖动 [ 61%]

...:number = 0 ; i < this.balls.length;i++ ){ if( !this.balls[i].parent ){ return this.balls[i]; } } let ball = new Laya.Sprite(); ball .graphics.drawRect( 0,0,140,140,"#d9d919"); this.balls.push( ball ); return ball; } } new TexasMain(); [/i][/i] 附件 : --> 不明抖动.rar 2018-02-26 添加评...

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

12. release发版错误大概知道什么原因吗? [ 58%]

release发版错误大概知道什么原因吗? fs.js:972  return binding.symlink(preprocessSymlinkDestination(target, type, path),  ^    Error: EPERM: operation not permitted, symlink 'D:\moyu_h5\game\bin\node_modules\_abbrev@1.1.1@abbrev\' -> 'D:\moyu_h5\game\release\layaweb\v1.0.12\node...

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

13. socket大型项目回调 [ 57%]

...= {}; } else { msg = msg || {}; } route = route || msg.route; if(!route) { return; } this.reqId++; if(this.reqId>127){ this.reqId = 1; } var reqId = this.reqId; console.log("request"+msg); if(Pomelo.DEBUG){ console.group("REQUEST:"); console.info("Route:",route); console.log("Id:",reqId); console...

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

14. 打包出现问题 [ 55%]

...在又这样了, 这不是长久解决办法   提示的错误: fs.js:558 return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode); ^ Error: ENOENT: no such file or directory, open '/Developer/xcode/projects/game_dev/180106JumpAJump/code.git/JumpLaya/release/layaweb/0.9/js/core/U...

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

15. [临时解决]bug?加载sk问题 [ 48%]

...ull         this.dragon_sk.play("jump", true);     }      return Test01; })(Test01UI) 附件 : --> SkIssue.zip 2018-06-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同来自: ...

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

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

...如: class A {  protected _id:number = 1;    public get id():number { return this._id }  public set id(value:number){     this._id = vaule;  } } class B extends A {   public set id(value:number){     this._id = value + 1;   } } class C extends A {  public get id():number { return this....

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

17. UI-RefreshList [ 41%]

... 100); texArea.width = 342; texArea.height = 108; } scrollBarIsStopBind(){ return this.scrollBarIsStop; } onListMouse(e, index){ console.log(e.target.name); if (e.type == Event.MOUSE_DOWN) { this.mouseDown = true; //如果单元格已经展开,则先恢复 if (this.itemIsOpen) { this.itemIsOpen = ...

来源: Laya2.0_示例 发布时间: 20241118

18. dcc更新失效, 有代码, 100%复现, 三楼附临时解决办法 [ 34%]

...-16 15:59:48.736 7562-7562/com.dihong.testdcc D/dalvikvm: GetMethodID: not returning static method Landroid/os/Process;.getTotalMemory ()J 05-16 15:59:48.736 7562-7562/com.dihong.testdcc D/dalvikvm: GetMethodID: not returning static method Landroid/os/Process;.getFreeMemory ()J 05-16 15:59:48.748 75...

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

19. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 18%]

....prototype.start = function() { // body... console.log("调用方法"); }; return Client; })(); console.log("我被加载进来了"); ``` 下面我们简单的讲解下这两段代码。 ` var script:Object = Browser.document.createElement("script");`创建一个script标签。 ` script.src = "demo1...

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

20. 和原生Dom交互 · LayaAir3.0文档 · LAYABOX [ 18%]

...prototype.start = function () { // body... console.log("调用方法"); }; return Client; })(); console.log("我被加载进来了"); 下面我们简单的讲解下这两段代码。 var script:any = Laya.Browser.document.createElement("script");创建一个script标签。 script.src = "demo1.js";...

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