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

大约有 555 项符合查询结果, 库内数据总量为 31,624 项。 (搜索耗时: 0.0056 秒)

491. IDE2.7.1打开项目报错、社区手机号登陆一直刷新页面 [ 45%]

...oBuf库? iphone自带浏览器页面怎么锁定 Dialog关闭时如何向open他的页面传值? 项目分包后, 运行出错 Adobe Flash Builder 4.7无法编译Laya2.6.1创建的3D示例项目 点击代码编辑模器 就提示无法打开代码编辑器 请配置 这个怎么解决? laya2...

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

492. 关于微信小游戏渲染子域图的问题 [ 45%]

...链接 提交 2 个回复 阿噗 赞同来自: if(Browser.onMiniGame) { WXOpenDataViewer.postMsg({command:"open", curScore:GameModel.getInstance().money, data:{windowWidth:Laya.stage.width, windowHeight:Laya.stage.height}}); } 2018-12-04 0 0 分享 微博 QZONE 微信 谢春 赞同来自: 你用的...

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

493. Maximum call stack size exceeded [ 45%]

...加载IDE指定的场景     GameConfig.startScene && Laya.Scene.open(GameConfig.startScene);     }     }     //激活启动类     new Main();   }()); 附件 : --> rectM.zip 2020-11-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...

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

494. Cannot read property 'load' of null [ 44%]

...天使之剑H5的选服界面和load界面的实现原理么? scene场景open或者load失败以后没有回调通知,代码中无法知道是成功还是失败了, 如果是线上玩家那不是直接就卡在那里不动了 iOS 接入微信登录,配置了"Other Linker Flags"中加入"-Obj...

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

495. 可以帮我查看吗,关于用unity编辑的动画 [ 44%]

...物件的active设false吗?但播放另外一个动画(0:box_Idel,1:box_Open)都不会有问题。 mobile3Dbin • 2018-07-25 15:27 我将active = true直接接在后面,而不是计时器里面了仍然有问题。 Laya_Aaron • 2018-07-25 15:29 @mobile3Dbin:这个不是计时器的问题,...

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

496. 如何监听移动端软键盘的弹出和收回? [ 44%]

...Height=window.innerHeight'); if(desHeight!=sourceHeight) { textInput.text="OPEN"; } else { textInput.text="CLOSE"; } } } }提示:如果以上代码有看不懂的地方,请大家先学习宏编译的用法 链接:http://layaflash.ldc.layabox.c ... d%3D9 2015-12-25 0 1 分享 微博 QZONE 微...

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

497. laya.display.Scene_API3.0 [ 44%]

...ller on onAfterDeserialize onAwake onClosed onDestroy onDisable onEnable onOpened once open parentRepaint pivot pos reCache removeChild removeChildAt removeChildByName removeChildren removeSelf render repaint replaceChild runCallLater scale setChildIndex setGraphics setSelfBounds set_anchorX set_anc...

来源: Laya3.0_api 发布时间: 20231115

498. laya.ui.View_API3.0 [ 44%]

...ller on onAfterDeserialize onAwake onClosed onDestroy onDisable onEnable onOpened once open parentRepaint pivot pos reCache removeChild removeChildAt removeChildByName removeChildren removeSelf render repaint replaceChild runCallLater scale setChildIndex setGraphics setSelfBounds set_anchorX set_anc...

来源: Laya3.0_api 发布时间: 20231115

499. Laya.Socket 是不是不支持Safari浏览器二进制格式的数据传输? [ 44%]

...this.socket.connectByUrl("ws://localhost:8989"); this.socket.on(Laya.Event.OPEN, this, this.openHandler); this.socket.on(Laya.Event.MESSAGE, this, this.receiveHandler); this.socket.on(Laya.Event.CLOSE, this, this.closeHandler); this.socket.on(Laya.Event.ERROR, this, this.errorHandler); } private ope...

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

500. 1.76beta引擎库的BUG:Laya.List动态载入后,滑动时会将list框本身的滑动区域一并向滑动方向移动,会出现点击list中空白区域就无法滑动的情况 [ 43%]

... 200;         this.list.scrollBar.elasticDistance = 200;     }     open(): void     {         for(let i = 0; i< 50; i++)         {             this.test.push(i);         }         this.list.array = this.test;     }     onItemRender(item: Item_List, index: numbe...

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