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

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

111. [LayaAirIDE2]华为手机微信版本8.0.45浏览器出现闪屏问题 [ 70%]

...as = false; Laya.Config.useWebGL2 = false;还是在Context.ts中的_flushToTarget方法中,target.start()前加上gl.flush()都无济于事。 清理微信缓存也无用,但据说重装微信会好,但此举代价太大不具可行性,我也没试过 附件 : --> H5Demo.rar 2023-12-28 添...

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

112. EffectAnimation 可以将对象指定到Image,并用程式控制播放吗? [ 70%]

...bile3Dbin 看了js源码知道怎么在代码中调用了,必须先设置target 再play let fly = new ui.com.fightflyUI; fly.target = this.ui.flyImg; fly.play(0,true); 2018-06-08 1 1 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: https://ldc.layabox.com/doc/?nav=zh-as-1-5-3 http://ldc.layabox...

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

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

...i 赞同来自: {   "compilerOptions": {     /* Basic Options */     "target": "es2017",                          /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */     "module": "commonjs",                ...

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

114. 官方能不能优化一下TS的编译速度 [ 70%]

...。加QQ61496426详细聊。 { "compilerOptions": { "module": "commonjs", "target": "es5", "sourceMap": true, "skipLibCheck": true }, "exclude": [ "node_modules" ] }   2017-08-09 0 0 分享 微博 QZONE 微信 15068753667 赞同来自: 20kb代码量编译1秒,200kb的代码量编译2秒 2017-08-1...

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

115. 如何为list内部的button添加事件 [ 70%]

...6 14:39 经过测试在List.mouseHandler中点其他的元素都能通过e.target.name获取到名字,唯独textinput通过e.target.name获取到名字为空,而且e.type为mousedown,希望能够提供一个demo能够读取到list中的textinput的text。 weiyongwill • 2017-01-09 09:33 @cuix...

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

116. 将3D项目原本为2.1.1的引擎升级到2.4.0之后直接编译运行出现的报错问题如下图 [ 70%]

...的) {   "compilerOptions": {     "module": "commonjs",     "target": "es5",     "noEmitHelpers": false,     "sourceMap": false,     "lib": ["es5", "dom", "es2015.promise"]   },   "exclude": ["node_modules"] } 2020-02-24 0 0 分享 微博 QZONE 微信 为什么...

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

117. layaAir IDE 1.7.5 调试 chrome , 运行几十秒就关闭chrome,弹出如下提示 [ 70%]

...o runtime process, timeout after 10000 ms - (reason: Cannot connect to the target: "port" option should be >= 0 and < 65536: 92222). 2017-06-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 kongbu0621 赞...

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

118. 3D中摄像机绕物体旋转该如何实现? [ 70%]

...true; /// <summary> /// Around center. /// </summary> //public target: Transform3D; public AroundPos: Vector3 = new Vector3(); /// <summary> /// Settings of mouse button, pointer and scrollwheel. /// </summary> public mouseSettings: MouseSettings = new MouseSettings(0, 1, 0.3...

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

119. 关于LAYA BOX SHADER uniform变量 有没有对应UNITY SHADER _ScreenParams : 屏幕参数 [ 70%]

...                                     x is current render target width in pixels x是当前渲染目标在像素值中宽度                                                                         y is current render target height in pixels y是...

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

120. 官方案例里摄像机绕物体旋转脚本的问题 [ 70%]

...true; /// <summary> /// Around center. /// </summary> //public target: Transform3D; public AroundPos: Vector3 = new Vector3(); /// <summary> /// Settings of mouse button, pointer and scrollwheel. /// </summary> public mouseSettings: MouseSettings = new MouseSettings(0, 1, 0.3...

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