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

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

7011. 屏幕适配的缩放模式详解(TypeScript-2D基础篇(TS)-屏幕适配) [ 31%]

...: [loadingBg.jpg](http://ldc.layabox.com/uploadfile/file/20170223/1487816895380055.jpg)(点击打开或另存`1136×640`像素背景原图) ### 一、exactfit模式 ​ exactfit模式是一种不考虑内容的原始比例,直接通过非等比缩放填满整个浏览器屏幕的模式。在这...

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

7012. lib/arm/liblayaair.so 总是崩溃 [ 30%]

...DB000 98524000 0C:21 0D:18 0E:28 0F:08 10:05 11:07 12:04 13:08 14:0E 15:0A 16:0A 17:11 18:06 19:07 1A:03 1C:02 1D:01     S 0 CDCD9060 CDCD9000 00001000 08-14 10:57:49.237 22858-22354/? A/google-breakpad: S CDCD9000 90C92CAC84B04CD490C92CAC00000000E0B547AC01012CACB8F067AE90C92CACBCF067AE6090CDCD010...

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

7013. 自定义3D Shader · LayaAir3.4 · 引擎文档 · LAYABOX [ 30%]

...6 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:55 img{cursor:pointer}

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

7014. laya.d3.shader.Shader3D_API3.0 [ 30%]

...设置 Static RENDER_STATE_STENCIL_REF RENDER_STATE_STENCIL_REF: number = 16 Defined in laya/d3/shader/Shader3D.ts:49 渲染状态_模板写入值 Static RENDER_STATE_STENCIL_TEST RENDER_STATE_STENCIL_TEST: number = 14 Defined in laya/d3/shader/Shader3D.ts:45 渲染状态_模板测试。 Static REND...

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

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

...3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) 缓动Tween能用在3D物体或者特效上面吗? 关于Laya实现Matter.js官方案例凹多边形的问题 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 关于适配...

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

7016. 打包安卓Android studio黑屏 [ 28%]

...CK=1000 REPORT_TIMES_CLICK=3 REPORT_DURATION_SLIDE=5000 REPORT_TIMES_SLIDE=16 D/OpenGLRenderer:   HWUI Binary is  enabled     disableOutlineDraw is true D/a: Mainactivity---------------------------------oncreate     Mainactivity---------------------------------initEngine D/: >>>>&...

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

7017. laya.d3.core.particleShuriKen.ShuriKenParticle3D [ 28%]

...YMAX : int = 19[static] ShuriKenParticle3D  VOLVELOCITYGRADIENTZ : int = 16[static] ShuriKenParticle3D  VOLVELOCITYGRADIENTZMAX : int = 20[static] ShuriKenParticle3D  WORLDPOSITION : int = 0[static] ShuriKenParticle3D  WORLDROTATION : int = 1[static] ShuriKenParticle3DProperty Detailparticle...

来源: laya_api 发布时间: 20170929

7018. CPU粒子系统 · LayaAir3.4 · 引擎文档 · LAYABOX [ 27%]

...周期变化)2.15 Rotation By Speed(随速度变化的粒子旋转)2.16 External Forces(外部力场)2.17 Noise(噪声)2.18 Collision(碰撞)2.19 Sub Emitters(子发射器)2.20 Texture Sheet Animation(纹理片集动画)2.21 Trails(拖尾)三、CPU粒子系统渲染介...

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

7019. laya.d3.core.scene.BaseScene [ 27%]

...ene  SPOTLIGHTPOS : int = 13[static] BaseScene  SPOTLIGHTRANGE : int = 16[static] BaseScene  SPOTLIGHTSPECULAR : int = 20[static] BaseScene  SPOTLIGHTSPOT : int = 15[static] BaseSceneProperty Detail_enableDepthFogpropertyprotected var _enableDepthFog:BooleanenableDepthFogproperty enableDept...

来源: laya_api 发布时间: 20170422

7020. 【经验分享】如何让ts项目支持装饰器语法,以及自动化发布相关的一些东西 [ 27%]

...gt;rollup->dist->rollup.js 修改 rollup.js 文件:将该文件的 16065 行注释掉,注释后的代码如下: error(err, pos) { if (typeof err === 'string') err = { message: err }; if (pos) augmentCodeLocation(err, pos, curSource, id); err.id = id; err.hook = 'transform'; // return plu...

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