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

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

11. 构建apk后,java报错 [ 83%]

...018-11-26 18:35:09.154 1505-1538/? D/CompatibilityInfo: applicationScale - 1.0 2018-11-26 18:35:09.346 1505-1538/? E/PackageManager.DexOptimizer: Well this is awkward; package null had UID -1     java.lang.Throwable         at com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDe...

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

12. discard property,please use transform's property instead [ 81%]

....7, 0.6, 0.6);         directionLight.direction = new Laya.Vector3(0, -1.0, -1.0);         //灯光开启阴影         directionLight.shadow = true;         //可见阴影距离         directionLight.shadowDistance = 3;         //生成阴影贴图尺寸         directi...

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

13. 加载到舞台的3D模型不显示贴图 [ 78%]

....Event.LOADED, null, function (mat) { mat.albedo = new Vector4(3.5,3.5,3.5,1.0); }); } }); }); 不同结构的模型导出的lh结构是不一样的,帐篷示例代码对于那个模型是适用的,但是换了嵌套了多层的Sprite3D的模型就出错了。解决方案: staticMesh.once(Laya.E...

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

14. tween有这个一个bug [ 78%]

...400,Laya.Tween.cubicOut,0) .addLabel("ZoomOut",0).to(share.btShare,{scaleX:1.0, scaleY:1.0},400,Laya.Tween.cubicOut,0); timeLine.play(0,true); 然后循环创建依次执行ui的延迟动画 Laya.Tween.to(point,{x:point.x,y:point.y,alpha:1,update:Laya.Handler.create(point,function(){ this.visible = ...

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

15. 上传appstore 出现 警告 [ 77%]

上传appstore 出现 警告 layabox v2.1.0 打包的app上传到 app store 时,出现下面的问题,请问这个怎么修改?   App Store Connect   Dear Developer, We identified one or more issues with a recent delivery for your app, Your delivery was successful, but you may wish to corre...

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

16. 3D性能优化 · LayaAir3.4 · 引擎文档 · LAYABOX [ 73%]

..., uniformMap:{ u_AlphaTestValue: { type: Float, default: 0.5, range: [0.0, 1.0] }, u_TilingOffset: { type: Vector4, default: [1, 1, 0, 0] }, u_AlbedoColor: { type: Color, default: [1, 1, 1, 1] }, u_AlbedoTexture: { type: Texture2D, options: { define: "ALBEDOTEXTURE" } }, u_NormalTexture: { type: Tex...

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

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

...ion() { // Fill the buffer with white noise; //just random values between -1.0 and 1.0 for (var channel = 0; channel < channels; channel++) { // This gives us the actual ArrayBuffer that contains the data var nowBuffering = myArrayBuffer.getChannelData(channel); for (var i = 0; i < frameCount; i++) ...

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

18. 和原生Dom交互 · LayaAir3.4 · 引擎文档 · LAYABOX [ 72%]

...ion() { // Fill the buffer with white noise; //just random values between -1.0 and 1.0 for (var channel = 0; channel &lt; channels; channel++) { // This gives us the actual ArrayBuffer that contains the data var nowBuffering = myArrayBuffer.getChannelData(channel); for (var i = 0; i &lt; frameCount;...

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

19. 官方DynamicBatchTest照做为什么动态合不了批? [ 70%]

...albedoTexture = tex; for (var i = 0; i &lt; circleCount; i++) { radius.z = 1.0 + i * 0.15; radius.y = i * 0.03; var oneCircleCount = 100 + i * 15; for (var j = 0; j &lt; oneCircleCount; j++) { var boxSprite = new Laya.MeshSprite3D(boxMesh); boxSprite.meshRenderer.sharedMaterial = boxMat; var localPo...

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

20. dialog 里的数据已经获取到了,也赋值了但是页面没跟新,addChild好像无效果 [ 70%]

...12-21 0 0 分享 微博 QZONE 微信 内涵tv何吓吓 赞同来自: 你是1.0还是2.0的,2.0的是自动更新,在onEnable()方法里面,如果是1.0你应该在打开dialog之前更新呐 2018-12-21 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题...

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