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

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

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

...ptions */     "strict": true,                           /* Enable all strict type-checking options. */     // "noImplicitAny": true,                 /* Raise error on expressions and declarations with an implied 'any' type. */     // "strictNullChecks": true,        ...

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

2. 新的laya 3D插件在unity 中出现bug,求解决 [ 83%]

...TIONAL SHADOWS_SCREEN DisableLighting LIGHTMAP_OFF Platform defines: UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_...

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

3. 苹果上架有问题啊 , !!!!!! [ 78%]

...tly, it has the potential to load private frameworks, private methods, and enable future feature changes. This includes any code which passes arbitrary parameters to dynamic methods such as dlopen(), dlsym(), respondsToSelector:, performSelector:, method_exchangeImplementations(), and running remote...

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

4. 使用Laya2.0做微信开放数据域是出错。 [ 73%]

...73) at Function.MiniAdpter.init (laya.wxmini.js:91) at Function.MiniAdpter.enable (laya.wxmini.js:77) at Function.Browser.__init__ (laya.core.js:4125) at Object.Laya.init (laya.core.js:252) at new Main (Main.ts:6) at Object.2../GameConfig (Main.ts:35) at o (_prelude.js:11) at r (_prelude.js:11) at _...

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

5. 苹果上架问题, [ 73%]

...tly, it has the potential to load private frameworks, private methods, and enable future feature changes. This includes any code which passes arbitrary parameters to dynamic methods such as dlopen(), dlsym(), respondsToSelector:, performSelector:, method_exchangeImplementations(), and running remote...

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

6. 使用滤镜报错 [ 73%]

...json获取shzview.autoBtn这个按钮,然后对按钮进行滤镜处理enable_false(shzview.autoBtn); // 灰色滤镜 var grayfilter = [     0.3086, 0.6094, 0.0820, 0, 0,//R     0.3086, 0.6094, 0.0820, 0, 0,//G     0.3086, 0.6094, 0.0820, 0, 0,//B     0, 0, 0, 1, 0 //A ]; var grayscale...

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

7. worker如何使用 [ 71%]

...ader.workerPath = "libs/worker.js"; //开启worker线程 Laya.WorkerLoader.enable = true; //加载引擎需要的资源 Laya.loader.load("res/atlas/comp.atlas", Laya.Handler.create(this, () => { alert("onLoaded!"); }), null, Laya.Loader.ATLAS, 1, true, null, false, true);   useWorkerLoader参数...

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

8. 救命啊,遇到苹果爸爸 Guideline 2.5.2 [ 68%]

...tly, it has the potential to load private frameworks, private methods, and enable future feature changes. This includes any code which passes arbitrary parameters to dynamic methods such as dlopen(), dlsym(), respondsToSelector:, performSelector:, method_exchangeImplementations(), and running remote...

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

9. 打包安卓Android studio黑屏 [ 68%]

...ON_SLIDE=5000 REPORT_TIMES_SLIDE=16 D/OpenGLRenderer:   HWUI Binary is  enabled     disableOutlineDraw is true D/a: Mainactivity---------------------------------oncreate     Mainactivity---------------------------------initEngine D/: >>>>>>>>>>>>>>&gt...

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

10. 使用webgl之后,sprite.drawToCanvas返回了Uint8Array [ 66%]

...MLCanvas,但事实上不会。   看源码,laya.core.js,启用webgl.enable里修改了drawToCanvas的实现,返回的是pixels。   所以,按照你们的截屏示例,http://ask.layabox.com/question/4150,在webgl下是根本不可能截屏的。   所以,在webgl下到底怎么才...

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